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)
- Host: GitHub
- URL: https://github.com/digitsensitive/juno-examples
- Owner: digitsensitive
- License: mit
- Created: 2018-09-08T14:10:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T22:32:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T10:52:11.789Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://david-dm.org/digitsensitive/juno-examples)
[](https://github.com/digitsensitive/juno-examples/issues)
[](https://github.com/digitsensitive/juno-examples/stargazers)

[](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.