falling

command
v0.0.0-...-544bd7e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2016 License: BSD-2-Clause Imports: 4 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL