An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# EightBittr

[![GitHub CI](https://github.com/typescript-eslint/typescript-eslint/workflows/CI/badge.svg)](https://github.com/typescript-eslint/typescript-eslint/actions/workflows/ci.yml)
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io)
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-brightgreen.svg)
[![NPM version](https://badge.fury.io/js/eightbittr.svg)](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).