Skip to content

Fuatnow/RunAway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RunAway

##Easy 2D game and game Engine created with OpenGL

To use this project, You need to download following stuff:

Box2D : http://box2d.org/downloads/ CEGUI : http://cegui.org.uk/download SDL : https://www.libsdl.org/download-2.0.php SDL_TTF : https://www.libsdl.org/projects/SDL_ttf/ GLM : http://glm.g-truc.net/0.9.6/index.html glew : http://glew.sourceforge.net/

Then You need to make a directory named "deps". In the deps directory, you also need to make "include" and "lib" directorys. You put all of include dependences to include and put all of lib file to lib.

If you don't want to do that, you need to change project property -> VC++ -> include directories and library directories.

To play this game.

  1. Arrow key to move player.
  2. Left click to attack monsters.
  3. Right click to get the items on the field.
  4. Space key to speed up (movement and attack).
  5. Black hole to next stage.

demo

About

Easy 2D game created with OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • Lua 3.4%
  • GLSL 2.3%
  • C 0.1%