Skip to content

TogAr2/Crosser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crosser

Crosser is a simple 2D game in which you have to find the cross (actually a green square right now).

Install the API

Before you build Crosser, you must have the API installed. Look at "Building the API" in the readme of CrosserAPI.

How to build

  • Make sure you have sfml and cmake installed
  • Clone this repository
  • Cd to the project root
  • Execute this command to build, replacing /path/to/target/folder with any folder you want to use (important: don't use the same folder as the API):
cmake -S . -B /path/to/target/folder; cmake --build /path/to/target/folder --target Crosser -- -j 3;

You can now run Crosser using ./Crosser!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published