edumigueis / Archer-PyGame

An archery game made using python and pygame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archer-PyGame

An archery game made using python and pygame. To play you can press arrow up/down to move the archer and space/d/arrow right to shoot.

  • The archer can move and shoot.
  • The main objective of the game is getting as many points as you can by shooting the closest possible to the center of the target.

Installation

To run this project you need python in a recent version and pip to install pygame(if you don't have it). Create a directory in the project folder and run it(the file path has to be complete, the one in the command is just an example):

cd Archer-PyGame
pip install pygame
& python C:/games/Archer-PyGame/game.py

Cd is for changing directory to the project folder. The pip install command is for installing the required package. The last command is to run game.py(note that you must use the full file path).

Clone

  • Clone this repo to your local machine using https://github.com/edumigueis/Archer-PyGame.git

License

License: Apache-2.0

About

An archery game made using python and pygame.

License:Apache License 2.0


Languages

Language:Python 100.0%