···44**TIC-80 TINY COMPUTER** - [https://tic80.com](https://tic80.com)
5566# About
77-TIC-80 is a **FREE** and **OPEN SOURCE** fantasy computer for making, playing and sharing tiny games.
77+TIC-80 is a free and open source fantasy computer for making, playing and sharing tiny games.
8899With TIC-80 you get built-in tools for development: code, sprites, maps, sound editors and the command line, which is enough to create a mini retro game.
1010···2323- Games can have mouse and keyboard as input
2424- Games can have up to 4 controllers as input (with up to 8 buttons, each)
2525- Built-in editors: for code, sprites, world maps, sound effects and music
2626-- An aditional memory bank: load different assets from your cartridge while your game is executing
2626+- An additional memory bank: load different assets from your cartridge while your game is executing
2727+- Moderated community
27282829# Binary Downloads
2930You can download compiled versions for the major operating systems directly from our [releases page](https://github.com/nesbox/TIC-80/releases).
3030-### Nightly builds
3131+## Nightly builds
3132Can be downloaded from [nightly builds](https://nightly.link/nesbox/TIC-80/workflows/build/master) page or from the [Github Actions](https://github.com/nesbox/TIC-80/actions?query=branch%3Amaster) page.
32333334# Pro Version
3435To help support TIC-80 development, we have a [PRO Version](https://nesbox.itch.io/tic80).
3535-This version has a few additional features and binaries can only be downloaded on [our Itch.io page](https://nesbox.itch.io/tic80).
36363737-For users who can't spend the money, we made it easy to build the pro version from the source code. (`cmake .. -DBUILD_PRO=On`)
3737+This version has a few additional features and binaries can only be downloaded on our Itch.io page.
3838+3939+For users who can't spend the money, we made it easy to build the pro version from the source code: (`cmake .. -DBUILD_PRO=On`)
38403939-### Pro features
4141+## Pro features
40424143- Save/load cartridges in text format, and create your game in any editor you want, also useful for version control systems.
4244- Even more memory banks: instead of having only 1 memory bank you have 8.
···4850The community also hangs out and discusses on [Telegram](https://t.me/tic80) or [Discord](https://discord.gg/DkD73dP).
49515052# Contributing
5151-You can contribute by issuing a bug or requesting a new feature on our [issues page](https://github.com/nesbox/TIC-80/issues).
5353+You can contribute by reporting a bug or requesting a new feature on our [issues page](https://github.com/nesbox/TIC-80/issues).
5254Keep in mind when engaging on a discussion to follow our [Code of Conduct](https://github.com/nesbox/TIC-80/blob/master/CODE_OF_CONDUCT.md).
53555456You can also contribute by reviewing or improving our [wiki](https://github.com/nesbox/TIC-80/wiki).
5555-The [wiki](https://github.com/nesbox/TIC-80/wiki) holds TIC-80 documentation, code snippets and game development tutorials.
5757+The wiki holds TIC-80 documentation, code snippets and game development tutorials.
56585759# Build instructions
5860