Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 563 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 563 Bytes

IAT-projet

Welcome in the github designed for the IAT-project 2022.

Setup

  1. Get the source code by cloning this github locally
git clone https://github.com/aurelienDelageInsaLyon/IAT-projet
cd IAT-projet
  1. Install the dependancies
pip3 install -r requirements.txt
  1. Play the game
python3 run_game.py

You can move the ship using the keys ← et → of your keyboard and fire with space.

Read the subject

A file subject.pdf containing the walkthrough of the project is available.

Start coding !

Gl & hf