nesdoug / 26_Full_Game

NES in C
Other
39 stars 13 forks source link

Hi, add a README.md would be fine. #1

Open Leteno opened 5 years ago

Leteno commented 5 years ago

Hi, I am learning how to write game, and I saw your project, it is awesome, I played Nintendo every weekend when I was young.

However, I could not run the code at first. And I found I need to change the script. So I try to help, may it help:

26_Full_Game

A game that run in NES

How to run it

Download the NES emulator

You can Download FCEUX.

Build the code

Download the lib: cc65-snapshot-for-windows

You should modify the CC65_HOME path in compile.bat

From

set path=%path%;..\bin\

set CC65_HOME=..\

To

set CC65_HOME=(where your cc65 home path, which is the lib cc65 you download and unzip)

set path=%path%;%CC65_HOME%\bin\

And then, double click to run the compile.bat, You can find the nes file in folder BUILD/

Leteno commented 5 years ago

Maybe a picture will be attractive.