Skip to content

haskaan/Snake2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake2D

Snake2D application with C++ and OpenGL

Compiler & Compile

MinGW was used as a compiler. To compile ... from command line(DOS);


mingw32-make

or others

make



To delete the Object Files(.o) that was created, Execution(.exe) and folders; ___________________________________________________ **mingw32-make clean**

or others

make clean



To run ------ Add the dinamic library "API/bin/freeglut.dll" file in the "bin" file which will be created to run the game.
Or copy the "freeglut.dll" file to ______________________________________ **./bin folder**

or

32-bit -> "C:\Windows\System32"
64-bit -> "C:\Windows\SysWOW64"


About

Snake2D application with C++ and OpenGL

Resources

License

Stars

Watchers

Forks

Packages

No packages published