command
Version:
v0.0.0-...-8fc0beb
Opens a new window with list of versions in this module.
Published: Nov 28, 2016
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Pong Demo
What does it do?
It combines a lot of features of engo
, to demonstrate the playing of a game of pong.
What are important aspects of the code?
These things are key in this demo:
- Preloading files in
DefaultScene.Preload()
;
- The
SpeedSystem
, to make sure the ball increases speed gradually;
- The
ControlSystem
, to allow moving paddles up/down with WASD and arrow keys;
- The
BallSystem
, to keep track of the location of the ball, sending messages to the ScoreSystem
when needed;
- The
ScoreSystem
, to keep track of the score of each player;
- Creating some
Entity
s and requiring the correct System
s.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.