command
Version:
v0.0.0-...-37710a6
Opens a new window with list of versions in this module.
Published: Mar 8, 2016
License: BSD-2-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Falling Demo
What does it do?
It demonstrates how one can create a game with gravity-ish components.
For doing so, it created a lot of rocks that move downards.
What are important aspects of the code?
These things are key in this demo:
- The
ControlSystem
, to move the user around, to avoid the rocks;
- The
RockSpawnSystem
, to keep spawning the rocks;
- The
FallingSystem
, to make the rocks fall;
- The
DeathSystem
, to make sure you'd want to avoid the rocks.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.