Skip to content

andersonfds/cpp-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiled and tested only on Mac OS

Small game for killing me.

I developed this to show to a friend, "Lia" - she's kinda cute. Idk why I'm writing this here.

How to run it?

  • Download it from here
  • Unzip it
  • Run the game executable

Screenshots

Main Menu

Game Game-2 Game-Over

How to compile from source

brew install libpng
make

Running on other platforms

I don't know, but you can try. I think you'd just need to remove the OpenGL stuff on the Makefile. Since that is mac specific. Other than that it should work fine. LMK if you try it.