Code Monkey home page Code Monkey logo

bloxorz's Introduction

Bloxorz

Project Description

Compile and Run

  • Compile using 'make' command
  • Run using './a.out' command

Game Description

  • Take block to target postion defined by a hole. Stand vertically on hole to complete stage.
  • You can't stand vertically on orange tiles.
  • Light green tiles are normal bridge switches. Normal bridges can be opened by placing block on the switches.
  • Dark green tiles are heavy bridge switches. Heavy bridges can be opened by placing block VERTICALLY on the switches.

Features

  • There are 3 different levels of game in increasing order of difficulty.
  • Sound is enabled. You can feel what is happening with sound.
  • The game can easily expand for multiple levels. Just need to add more data describing levels. Levels can be changed by changing 'level' variable in main.cpp file.
  • Smooth Animated movements of block and camera.
  • Map of world at bottom-left corner.
  • Dynamic Stage initialization by reading from a data file.
  • Smooth movement of block. (Animated movement).
  • Implemented normal bridge and heavy bridge(can be open only by verticle position) and fragile tiles.
  • Implemented multiple camera views.

Controls

  • Keyboard controls: (Keys : Behaviour)
    • 'a' : Block Moves Left
    • 's' : Block Moves Downward
    • 'd' : Block moves right
    • 'w' : Block moves up
    • 't' : For top view
    • 'y' : For Tower view
    • 'h' : Helicopter View
    • 'f' : Follow Cam view
    • 'b' : Block view

bloxorz's People

Contributors

kulinshah98 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.