https://github.com/FullScreenShenanigans/EightBittr
Bare-bones, highly modular game engine for 2D 8-bit games.
https://github.com/FullScreenShenanigans/EightBittr
game hacktoberfest typescript
Last synced: 9 months ago
JSON representation
Bare-bones, highly modular game engine for 2D 8-bit games.
- Host: GitHub
- URL: https://github.com/FullScreenShenanigans/EightBittr
- Owner: FullScreenShenanigans
- License: mit
- Created: 2015-03-08T04:31:49.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T04:28:28.000Z (over 3 years ago)
- Last Synced: 2025-09-20T11:45:44.491Z (10 months ago)
- Topics: game, hacktoberfest, typescript
- Language: TypeScript
- Homepage:
- Size: 7.77 MB
- Stars: 81
- Watchers: 4
- Forks: 10
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# EightBittr
[](https://github.com/typescript-eslint/typescript-eslint/actions/workflows/ci.yml)
[](https://prettier.io)

[](http://badge.fury.io/js/eightbittr)
Monorepo for the packages comprising **EightBittr**, a bare-bones, highly modular game engine for 2D 8-bit games.
## Usage
See **[EightBittr's README.md](./packages/eightbittr/README.md)** for how to use EightBittr.
❌ ⚠ _EightBittr isn't production ready or well-supported - you're probably better off using a more standard game engine._ ⚠ ❌
## Contributing
See:
- [docs/Contributing.md](./docs/Contributing.md): Rules and guidelines for how to meaningfully contribute to this monorepo.
- [docs/Development.md](./docs/Development.md): Technical documentation for how to work in this monorepo.
Please note that this project is released with a [Contributor Covenant](https://www.contributor-covenant.org).
By participating in this project you agree to abide by its terms.
See [CODE_OF_CONDUCT.md](./.github/CODE_OF_CONDUCT.md).