Skip to content

Entry HTML5 game for js13k 2017 compo. Desktop category.

License

Notifications You must be signed in to change notification settings

mguinea/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

About

Entry HTML5 game for js13k 2017 compo. Desktop category.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published