@dobuki/taco
v1.0.75
Published
Taco
Downloads
850
Maintainers
Readme
tardigrades
Run Game
https://jacklehamster.github.io/taco/example/
Run Game with 100
https://jacklehamster.github.io/taco/example/?num=100
Github Source
https://github.com/jacklehamster/taco/
Dev notes
This is just for me to remember implementation details I used.
- WebGL, one drawcall per sprite. Peaks at 1000 creatures
- Virtual infinite grid
- Destructible terrain using cells. Could use image.
- Would use less mem as bitmap.