Open Leteno opened 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:
A game that run in NES
You can Download FCEUX.
Download the lib: cc65-snapshot-for-windows
You should modify the CC65_HOME path in compile.bat
CC65_HOME
path
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/
compile.bat
BUILD/
Maybe a picture will be attractive.
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
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.batFrom
To
And then, double click to run the
compile.bat
, You can find the nes file in folderBUILD/