Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

WiktorJanecki/cytron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYTRON

C++ game made with SFML. It uses entity component system for easy adding new feature. There is infinite flexibility for adding new systems/components.

Build

Requirements:

  • Compiler (Mingw/GNU compiler/anything else)
  • SFML

Commands:

Create build directory and move to it

  • mkdir build
  • cd build

Generate makefile

  • cmake ..

Build project

  • make

Copy resources to your build

  • cp ../res ./

Finally run the program:

  • Windows: click the exe icon
  • Linux: ./<OUTPUT FILE PATH

About

SFML c++ game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages