Chip8Python icon indicating copy to clipboard operation
Chip8Python copied to clipboard

NO EXE FILE

Open marine025 opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

marine025 avatar Dec 08 '23 14:12 marine025

@marine025 thank you for submitting an issue to the repository! You are indeed correct - there is no exe file contained within the repository, or within the release zipfile or tarball. Instead, to launch the emulator, you will need to run it with a Python interpreter. For Windows, you will need to find a Python interpreter installer at:

Once installed, you can then open a command window in the same directory where the Chip8Python files were decompressed and type the command:

python yac8e.py

Note that you will have to install some of the pre-requisite packages first before it will run correctly. Please refer to the documentation found in the README.md file under the section Windows Installation for more information and step-by-step instructions on how to do that.

craigthomas avatar Mar 09 '24 03:03 craigthomas