Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.05 KB

Shell Adventure

GitHub GitHub last commit

⚠️ LE RAPPORT EST ICI ⚠️

A game engine for making exercices for the UNIX Terminal using visual element, for it own scripting language.

Getting Started

You'll need to know the language (there is just a write-up in french, should I make one in english ?)

Installing

First you'll need to clone it with this command

git clone https://github.com/0v3rl0w/Shell-Adventure
cd Shell-Adventure

Depencies

You'll need to install Python (version >= 3.6), Pip (for Python3), Pysly and Pygame

Here is how to do it on Debian based system

sudo apt install python3.7 python3-pip

sudo pip3 install sly pygame

How to run it ?

Just run this command

python3 tfe.py

By the way what does tfe mean ?

It means end of study work (I'd rather say project 😂)