This is a game made in Pygame and written in Python that emulates the arcade style with roguelike and endless qualities. This game is designed to be just a fun, light game.
This game is built entirely in python with pygame.
Some challenges include:
- Lack of bosses
- Increasing playability and repeatability
- Speeding up the program
Git installed on your machine, which can be downloaded here
Python 3.9 installed on your machine, which can be downloaded here
Windows
- Create a folder where you want the program to be
- Right click in the bar at the top where the information of where the file will be and type
cmd
- A command prompt will appear where you will type the instructions below
Mac OS
Setting up terminal use in Finder- Click the Apple logo () in the top right corner of your screen
- Open
System preferences
- Navigate and click on
Keyboard
- In the Keyboard pane, click on
Shortcuts
- In the this Shortcuts windows, scroll down to the
services
tab in the left-most pane - Make sure
New terminal at Folder
is enabled in the right-most pane (can be seen by scrolling down)
- Create your folder where you want Sushi Dodger to be located in Finder
- Make sure you are in the parent directory of where you want the folder to located and then single click on the folder
- Go to the
Finder
option in the bar of Finder, navigate toServices
and click onNew Terminal at Folder
- A command prompt will appear where you will type the instructions below
Linux
- Create your folder where you want Sushi Dodger to be located in your File Explorer/Manager
- Right click in the empty space within the folder and select
Open in Terminal
- A command prompt will appear where you will type the instructions below
git clone https://github.com/Hystersis/Sushi_Dodger.git
pip install -r requirements.txt
python sshi_base.py
You can use Sushi_Dodger to play an afternoon away or you can improve on this program with pull requests.
Special keys:
- F5: use the restart item (moves all sushi's away from you)
Entirely made by Hystersis.
Game music: Kung Fu Fighters March - Fast (ID 833) by Lobo Loco
Background menu music: Temple of the Dragon Friendship (ID 1564) by Lobo Loco
This file is under a AGPL v3 license. What that means is that:
- You are free to modify and distribute this program, even for commercial purposes
- However, you must include the full
license <https://www.gnu.org/licenses/agpl-3.0.en.html>
_ with any code distributed - You must state all changes to the program
- You must make a copy of the work available for users to download even if it is on a network
Disclaimer: This is not legal advice, read the full license for details