kevincoleman / programmabot

A game about a professional gramma bot.
1 stars 0 forks source link

Research game frameworks #2

Open kevincoleman opened 4 years ago

kevincoleman commented 4 years ago
coleki commented 4 years ago

Here's a page with a bunch of alternatives and their top pros and cons https://www.slant.co/options/1966/alternatives/~phaser-alternatives

coleki commented 4 years ago

Could also keep it ultra lightweight, and use code snippets from this open source project: https://github.com/bytegames/bytes (TS snake game) Good walkthrough of the code: https://itnext.io/build-a-snake-game-in-typescript-8bee5b9f1ec6

kevincoleman commented 4 years ago

That snake game looks cool! I think we’ll want to use a framework with a bit more of a feature set, though. I’m unsure about if we want to do everything through HTML canvas yet, but I do appreciate how organized that snake game is.