https://github.com/digitsensitive/fantasy-consoles-games
Games for Fantasy Consoles
https://github.com/digitsensitive/fantasy-consoles-games
Last synced: 3 months ago
JSON representation
Games for Fantasy Consoles
- Host: GitHub
- URL: https://github.com/digitsensitive/fantasy-consoles-games
- Owner: digitsensitive
- License: mit
- Created: 2017-07-14T17:06:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T22:28:39.000Z (9 months ago)
- Last Synced: 2025-03-17T10:52:07.757Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 131 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Fantasy Consoles Games
This is a collection of games I have created for different fantasy consoles.
Have fun discovering, developing and playing! Ideas and corrections are highly
desirable to constantly improve this repository!## Getting started
Select a folder, navigate to it, and clone this repository
with this command-line:```
git clone https://github.com/digitsensitive/fantasy-consoles-games.git
```## Fantasy consoles
## TIC-80 tiny computer
[TIC-80](https://tic80.com) is a fantasy computer for making, playing and sharing tiny games.
There are built-in tools for development: code, sprites, maps, sound editors and the command line,
which is enough to create a mini retro game.- [TIC-80 Games](https://github.com/digitsensitive/fantasy-consoles-games/blob/master/src/tic-80)
## Lua Beautifier
To ensure proper indentation and make the lua code more readable I use the
[StyLua](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua) extension for VSCode.## Changelog
[Learn about the latest improvements](https://github.com/digitsensitive/fantasy-consoles-games/blob/master/CHANGELOG.md)
## Contributing
Want to correct a bug, contribute some code, or improve the codes? Excellent! Let me know!
Please read [CONTRIBUTING.md](https://github.com/digitsensitive/fantasy-consoles-games/blob/master/CONTRIBUTING.md) for details on our code of conduct.## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/digitsensitive/fantasy-consoles-games/blob/master/LICENSE) file for details.