(Minor) It's CO*M*P4300
This commit is contained in:
parent
b4c49c4619
commit
d3826804a0
|
@ -7,7 +7,7 @@ An experimental prototype game engine built for my own use in 7DRL 2023.
|
||||||
## Tenets:
|
## Tenets:
|
||||||
|
|
||||||
* C++ first, Python close behind.
|
* C++ first, Python close behind.
|
||||||
* Entity-Component system based on David Churchill's Memorial University COP4300 course lectures available on Youtube.
|
* Entity-Component system based on David Churchill's Memorial University COMP4300 course lectures available on Youtube.
|
||||||
* Graphics, particles and shaders provided by SFML.
|
* Graphics, particles and shaders provided by SFML.
|
||||||
* Pathfinding, noise generation, and other Roguelike goodness provided by TCOD.
|
* Pathfinding, noise generation, and other Roguelike goodness provided by TCOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue