Skip to content

MartinOpat/sushi-cat-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sushi-cat-remake

Instructions to run the app

On Windows

  • Download SushiCatRemakeWindows.zip from the latest release
  • Unzip the zip
  • Double-click the `SushiCatRemake.exe``
  • Enjoy the simple game

On Linux

  • Download SushiCatRemakeLinux.zip from the latest release
  • Unzip the zip
  • Run the executable:
./SushiCatRemake
  • Enjoy the simple game

Instructions to compile the app (Linux only)

make clean && make

To run the compiled app, simply execute the executable (duh) SushiCatRemake, e.g.:

./SushiCatRemake

Note that the following list of 3rd party libraries are required:

  • box2d
  • SDL2
  • SDL2_gfx
  • SDL2_image
  • SDL2_ttf

Make sure to download the correct versions for the operating system for which you are compiling the app.