this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1701 from Tyler887/master

Improvements to README.md

authored by

Vadim Grigoruk and committed by
GitHub
2c75bc9d 50187dc6

+10 -8
+10 -8
README.md
··· 4 4 **TIC-80 TINY COMPUTER** - [https://tic80.com](https://tic80.com) 5 5 6 6 # About 7 - TIC-80 is a **FREE** and **OPEN SOURCE** fantasy computer for making, playing and sharing tiny games. 7 + TIC-80 is a free and open source fantasy computer for making, playing and sharing tiny games. 8 8 9 9 With 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. 10 10 ··· 23 23 - Games can have mouse and keyboard as input 24 24 - Games can have up to 4 controllers as input (with up to 8 buttons, each) 25 25 - Built-in editors: for code, sprites, world maps, sound effects and music 26 - - An aditional memory bank: load different assets from your cartridge while your game is executing 26 + - An additional memory bank: load different assets from your cartridge while your game is executing 27 + - Moderated community 27 28 28 29 # Binary Downloads 29 30 You can download compiled versions for the major operating systems directly from our [releases page](https://github.com/nesbox/TIC-80/releases). 30 - ### Nightly builds 31 + ## Nightly builds 31 32 Can 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. 32 33 33 34 # Pro Version 34 35 To help support TIC-80 development, we have a [PRO Version](https://nesbox.itch.io/tic80). 35 - This version has a few additional features and binaries can only be downloaded on [our Itch.io page](https://nesbox.itch.io/tic80). 36 36 37 - 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`) 37 + This version has a few additional features and binaries can only be downloaded on our Itch.io page. 38 + 39 + 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`) 38 40 39 - ### Pro features 41 + ## Pro features 40 42 41 43 - Save/load cartridges in text format, and create your game in any editor you want, also useful for version control systems. 42 44 - Even more memory banks: instead of having only 1 memory bank you have 8. ··· 48 50 The community also hangs out and discusses on [Telegram](https://t.me/tic80) or [Discord](https://discord.gg/DkD73dP). 49 51 50 52 # Contributing 51 - You can contribute by issuing a bug or requesting a new feature on our [issues page](https://github.com/nesbox/TIC-80/issues). 53 + You can contribute by reporting a bug or requesting a new feature on our [issues page](https://github.com/nesbox/TIC-80/issues). 52 54 Keep 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). 53 55 54 56 You can also contribute by reviewing or improving our [wiki](https://github.com/nesbox/TIC-80/wiki). 55 - The [wiki](https://github.com/nesbox/TIC-80/wiki) holds TIC-80 documentation, code snippets and game development tutorials. 57 + The wiki holds TIC-80 documentation, code snippets and game development tutorials. 56 58 57 59 # Build instructions 58 60