Skip to content

Simple "Lode runner" like game, written in C++, using openGL

License

Notifications You must be signed in to change notification settings

antonstakhouski/steal-n-run

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steal-n-run

  1. DOCUMENTATION All documentation is in doc/pdf and doc/src folders. doc/src contains documentation doc sources in .odt and other formats. doc/pdf contains the last version of documentation in .pdf.
  2. CONTROLS z - dig left x - dig right Arrow keys - movement
  3. GAMEPLAY Gameplay is like the classic Lode Runners gameplay, but has some differents. Test the game to see them or read about them in documentation.
  4. SYSTEM REQUIREMENTS
    • G++ 4.7+
    • Linux 2.6+
    • OpenGl 2.0+
    • Freeglut 2.6.0+
    • Screen resolution 1040х640+
  5. PRE-INSTALLATION REQUIREMENTS To run the game you need the following libraries: * freeglut Can be found in lib/ directory. * opengl https://www.opengl.org/wiki/Getting_Started#Linux
  6. INSTALLATION
    • Run make in lode_decode/ to compile Lode Runner level decoder.
    • Run make in src/ to compile the game.
    • Run src/steal_n_run.
    • Enjoy!

About

Simple "Lode runner" like game, written in C++, using openGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • Makefile 3.0%