Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 645 Bytes

Stickman

A small game. Yeah I am doing it the basic and hard way without any physics game engine

Keys and instructions

To install and run the game

git clone https://github.com/Rushour0/Stickman.git
cd Stickman
pip install -r requirements.txt
python main.py

Use the following keys

Jump

  • Spacebar
  • Up arrow
  • W

Move Left

  • Left Arrow
  • D

Move Right

  • Right arrow
  • A

This is an example of my stickman moving around (which I drew by myself frame by frame)

2021-09-18-21-14-27