Porting the NEC PC8001 (N-BASIC) game to Python.
It can work in any environment where the TKInter library runs.
- Python 3.8.2 Leter.
- Pillow 7.1.2 Leter.
The installation of Pillow compatible with the Python version is done below:
$ python -m pip install --upgrade pip
$ python -m pip install --upgrade Pillow
See below for Pillow installation.
https://pillow.readthedocs.io/en/latest/installation.html
For the first time only, clone the git repository.
$ git clone https://github.com/aburi6800/Python-PacWorld.git
Execute the following command.
$ cd Python-PacWorld
$ python pacworld.py
For Linux, use the
python3
command instead of thepython
command,
or install thepython-is-python3
package.$ sudo apt install python-is-python3
- Go to the goal without falling into the hole.
- Bonus points for passing the
$
. - You can make a big jump if you jump on the
=
. - There are 4 stages in all.
key | Description |
---|---|
left cursor key | Speed down |
right cursor key | Speed up |
z | Jump, Start Game |
Hitoshi Iwai(aburi6800)
Tetsu Matsushima, author of the original game.
MIT License