Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 2.26 KB

README.md

File metadata and controls

66 lines (53 loc) · 2.26 KB

Lost in a space odyssey


Synopsis

Context

Inspiration

The Game

Data Structures

To save space I have used tuples with commented indexes.

For an entity, the main structure is:

  • 0 position x
  • 1 position y
  • 2 angle (expressed in radians)
  • 3 radius

Tools I used

References

Requirements

Building for source

$ gulp build

Todos

  • Write MORE Tests
  • Add Night Mode

License

MIT