Skip to content

js13kGames/lost-in-a-space-odyssey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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