Skip to content

game built with WinBGIm (graphics.h) library with enemy and advanced features complimenting snake 2D

License

Notifications You must be signed in to change notification settings

Md7tz/Running-Lizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running-Lizard

This game is built with WinBGIm (Windows BGI - with mouse) graphics.h library v6.0 Documentation

Development/Debugging

 # build the exe file
 g++ -g -std=c++17 src/*.cpp -o bin/Debug/Running-Lizard.exe -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 -lwinmm
 
 # run the exe file
 cd ./bin/Debug
 .\'Running Lizard.exe'

Production

 # build the exe file
 ./Build.bat

Game Menu

About

game built with WinBGIm (graphics.h) library with enemy and advanced features complimenting snake 2D

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •