Skip to content

a game engine of some kind, or that's the idea at least

License

Notifications You must be signed in to change notification settings

derelbenkoenig/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is supposed to be a game engine

Goals

  • write in C
  • Represent "state" with a purely property-centric model
  • have modular components that can do arbitrary operations on that game state
  • include something that does "graphics" on a terminal in the shitty ASCII style everyone hates :)
    • but make it possible to swap in a different graphics module by being modular
  • build as a dynamically linkable library
  • work on Windows, Linux and Mac (I have no idea how to do this)

About

a game engine of some kind, or that's the idea at least

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages