FullScreenShenanigans / FullScreenPokemon

A free HTML5 remake of the original Pokemon, expanded for modern browsing.
MIT License
216 stars 90 forks source link

Converted to eightbittr@0.8.0 - the monorepo #917

Closed JoshuaKGoldberg closed 4 years ago

JoshuaKGoldberg commented 4 years ago

The v0.8.0 of EightBittr, including shenanigans-manager, has a heck of a lot of cleanups compared to v0.7.0. It's been converted to a Lerna monorepo and moves more of the common core game "tick" logic into the core game engine. On the other hand, a bunch of game components (both modules and sections) that aren't part of the core game logic for simpler EightBittr games have been moved out of the core game logic: e.g. AudioPlayr.

https://github.com/FullScreenShenanigans/EightBittr/pull/225