Skip to content

zrwaite/luke-and-julia-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luke Game

Installs (in wsl):

  • sudo apt-get install clang
  • sudo apt-get install cmake
  • sudo apt-get install libsdl2-dev
  • sudo apt-get install libsdl2-image-dev
  • sudo apt-get install libsdl2-ttf-dev
  • sudo apt-get install libsdl2-mixer-dev
  • sudo apt-get install libsdl2-gfx-dev

Run

  • From /luke-game run:

    • bash ./scripts/run.sh
  • IF THIS DOESNT WORK, do it manually as follows:

    • if no build directory, from luke-and-julia-game, run:
      • mkdir build
    • then, navigate to build directory with:
      • cd build
    • next, complile and bluid using the following commands:
      • cmake ..
      • make
      • ./luke_game

About

This is a 2D side view game in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • CMake 3.2%
  • Other 1.1%