How to Play

Rhodium Games are absolutely free games that can be enjoyed by anyone. Most of them only use mouse and keyboard controls, but some have extra joystick compatibility.

The Multiple Downloads

Each game normally comes with three downloads:

 

Permit me one plea: TRY DOWNLOADING PYTHON AND PYGAME. It's possible to play games with just the EXE, but they often have larger downloads and slower running. Downloading PyGame will allow you to play a whole array of games featured here.

Playing the Games

Using EXEs

  1. Go to a game's page and choose the EXE download.
  2. Save the ZIP file to somewhere on your computer.
  3. Extract the ZIP file so that it's a normal folder.
  4. Look inside the folder and double-click on the file 'Main.exe'
  5. You may get a security warning; ignore it. If you still feel unsafe, feel free to run a virus scan on the folder.

Unfortunately, as of now some games do not have an EXE download.

They can be played using the Python instructions.

 

Using Python

  1. Install Python.
  2. Install PyGame.
  3. Install any other dependencies listed on the page.
  4. Go to a game's page and choose the miniSource or Source download.
  5. Save the ZIP file to somewhere on your computer.
  6. Extract the ZIP file so that it's a normal folder.
  7. Open up IDLE or whatever your Python program is.
  8. Use File->Open and navigate to 'main.py'
  9. Run the file. In IDLE this is done by pressing F5.

Elsewhere

You can also look at some Rhodium Games on the PyGame site, Softpedia, and Game Jolt. However, the downloads may not be up-to-date.

Write a comment

Comments: 0

  • loading