Skip to content

hbiblia/GeometryWars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometry Wars Clone

This is a Geometry Wars clone by Raul Roa.

If you want to build this code on linux you first need to install the following libraries:

  • OpenGL
  • GLU
  • SDL
  • SDL Mixer (for playing audio)

If you are using Ubuntu you can install these libraries by typing the following command:

sudo apt-get install build-essential libgl1-mesa-dev  libsdl-mixer1.2-dev

Then , finally , build the code by running the following command

make linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.4%
  • C 45.9%
  • CMake 1.1%
  • Other 0.6%