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

https://github.com/digitsensitive/juno-examples

Examples made with the 2D game framework Juno (https://github.com/digitsensitive/juno)
https://github.com/digitsensitive/juno-examples

Last synced: 9 months ago
JSON representation

Examples made with the 2D game framework Juno (https://github.com/digitsensitive/juno)

Awesome Lists containing this project

README

          



[![dependencies status badge](https://david-dm.org/digitsensitive/juno-examples/status.svg)](https://david-dm.org/digitsensitive/juno-examples)
[![GitHub issues](https://img.shields.io/github/issues/digitsensitive/juno-examples.svg)](https://github.com/digitsensitive/juno-examples/issues)
[![GitHub stars](https://img.shields.io/github/stars/digitsensitive/juno-examples.svg)](https://github.com/digitsensitive/juno-examples/stargazers)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)
[![GitHub license](https://img.shields.io/github/license/digitsensitive/juno-examples.svg)](https://github.com/digitsensitive/juno-examples)

Juno is a simple and lightweight 2D game framework written in TypeScript for
making tiny pixel style HTML5 Games. Here you can find examples which
should make your start even easier.

The framework is still in a very early stage of development.

What are you waiting for? Start with Juno and create games in a nutshell!

## Examples

- [Boilerplate](https://github.com/digitsensitive/juno-examples/tree/master/src/boilerplate)
- [Basic API functions](https://github.com/digitsensitive/juno-examples/tree/master/src/api-examples)
- [Games](https://github.com/digitsensitive/juno-examples/tree/master/src/examples)

## Changelog

[Learn about the latest changes and improvements](https://github.com/digitsensitive/juno-examples/blob/master/CHANGELOG.md)

## Contributing

Want to correct a bug, contribute some code, or improve the codes?
Excellent! Let me know!

## License

This project is licensed under the MIT License - see the
[LICENSE.md](https://github.com/digitsensitive/juno-examples/blob/master/LICENSE.md) file for details.