Skip to content

lafusew/txb_00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game

An ASCII game. The main purpose of this project is to learn ECS with flecs, I also have to learn C++ and low level programming as I never wrote any.

Build (Game isn't portable for now)

In order to build the project create a /build subdirectory and open a terminal inside.
Then run:

cmake ..

Then run:

cmake --build .

Currently only available for Linux64, I will add later other binaries to build for every major PC platforms.

Goals

My mains goals for this project is to explore ECS architecture and what it allows. I want to write code that is easy to read and modular. I'm willing to trade some performances for a better readability and modularity.

About

A small game written in cpp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published