erikwatson / Bramble

A little JS game engine for jamming on prototypes.
MIT License
0 stars 1 forks source link

Documentation #8

Open erikwatson opened 5 years ago

erikwatson commented 5 years ago

Hahahahaha

erikwatson commented 3 years ago

Migrated to TypeScript and while that is not documentation exactly, it does help specify exactly what our objects and functions look like.

Exported the Type info out here - https://erikwatson.github.io/Bramble/

erikwatson commented 3 years ago

I've started working on the Wiki.

The wiki will attempt to explain in plain English and with code examples how the library is intended to be used.

So far there is a page for getting started, one for reading user input and one for loading assets.

More to come, particularly as the api settles down.