Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 811 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 811 Bytes

ROB IT

We are taking part in the Coolest Project Malaysia 2021 and here is our project! screenshot

Requirements

  • python 3.x
  • pygame

Setup

  1. Install Python 3.x from here
  2. Install pygame module
    pip install pygame
  3. Git Clone this repository
    https://github.com/917JingXuan/ROB_IT.git
    or download as zip and extract
  4. run main.py in your python IDLE

Controls:

Actions Button
Jump W
Move Left A
Move Right D

[Back to top]