Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Droniu authored Jun 8, 2021
1 parent d39ddaa commit 5a19883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Tic-Tac-Toe game written in 6502 assembly for the NES.

After over a thousad lines of code in a language I hate, I thnk the project is ready.
After over a thousad lines of code in a language I hate, I think the project is ready.

## Requirements:
* [Compiler - cc65](https://cc65.github.io/getting-started.html) (not necessary if you download the package)
* [Emulator - FCEUX](http://fceux.com/web/download.html)

After cloning the repo we type `./make.bat` on Windows or `make` on Linux/macOS. Then, we open **main.nes** file.
If you downloaded the package, there is no need to use make. Just open the file in FCEUX.
If you downloaded the release version, there is no need to use make. Just open the file in FCEUX.

## Controls
* Start - begin the game (works only in the title screen)
Expand Down

0 comments on commit 5a19883

Please sign in to comment.