Skip to content

austin0209/diner-mafia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diner Mafia

a 2D RPG written in Python using the Pygame library for the GameShell Game Jam (2019Q2)

Village Preview

Background

Diner Mafia was designed to run natively on the ClockworkPi GameShell, but you can run the game on any computer that has the latest version of Python and Pygame installed.

ClockworkPi GameShell Installation

To install Diner Mafia you need to ssh into your GameShell from your desktop or laptop and clone this repository. Before doing so make sure that your desktop or laptop is on the same network as the GameShell. Outlined below are the exact steps you need to follow.

  • Open Tiny Cloud on your GameShell

  • On your desktop open your favorite terminal, and type the command under the text "For ssh and scp:" found on the Tiny Cloud page on your GameShell. It should look something like this:

    • ssh cpi@192.168.0.0
  • If you established a connection with the GameShell the terminal will ask you for your GameShell's password. Type your password into the terminal to finish the connection. The password for your GameShell is cpi by default. Keep in mind that characters will not show up when you type the password into the terminal. Do not worry, this is normal.

  • If you logged in successfully you should see the CPI ASCII logo pop up, and your terminal should start with cpi@clockworkpi:-$. To copy the game onto your GameShell type the command

    • git clone https://github.com/austin0209/diner-mafia.git /home/cpi/games/Python/diner-mafia/
  • Once the repository has been cloned type the command

    • mv /home/cpi/games/Python/diner-mafia/33_DinerMafia/ /home/cpi/apps/Menu/21_Indie\ Games/
  • This will create a shortcut in your GameShell's Menu. If you have not ran into any errors then you are done with the terminal. Type exit to end the ssh connection to your GameShell.

  • Reload the UI on your GameShell. Once that finishes, find Diner Mafia in your menu and click on it to play the game!