Redesign of a basic car game using HCI Principles
The redesigned game is redesigned using the PyGame library
The redesigned game is freezed into executable files using cx_Freeze
- Aaryan Krishna
- Yash Nayankumar Chavda
- Jehil Thakkar
- Kimia Ketabfoorosh
There are three folders uploaded in the repo:
This folder contains the redesigned source code with our added features. The code is in the main.py file, and the rest of the game files are located in the bin folder. To run the game, follow the steps mentioned below:
- Have python installed on your system. If you do not have python installed, please go the below link and install Python
- Make sure to have pip installed by looking at the documentation
- Install the PyGame library by using the command: pip install pygame
- Download the whole Raw_Code_Files folder.
- Open VS code or some similar editor
- Open the whole folder using VS Code or something similar.
- Run the main.py file
This folder contains the executable files for running the redesigned game, without having to install pygame or another libraries. To run the game, follow the steps mentioned below:
- Download the whole Windows folder, including all the files within (bin, etc) on a Windows (7/10/11) system
- Run the RoadFighter.exe inside the folder to play the game.
The music and sfx volume is muted by default due to cx_Freeze. Please go to the settings tab in the game and increase the volume for a more immersive experience.
It contains the files of the game upon which we have made significant changes and improvements.
The game is designed using pygame, and is supported on Microsoft Windows based systems (Windows 7/10/11).
Please check out our game demo here.