Skip to content

Latest commit

 

History

126 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages