myano / lks_game

"LKS Game" is an Linux learning game written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LKS Game

This is a game written in Python to help users learn Linux.

Setup

Step One

As an admin with sudo powers

$ sudo ./setup_game.sh

This sets up EVERYBODY with a game folder!

Step Two

Compile main.sh with the Shell Script Compiler tool (SHC).

$ shc -U -f main.sh -o game

Put this all in your /opt/lks_game/

Step Three

Add /opt/lks_game/game to the system PATH for all users.

About

"LKS Game" is an Linux learning game written in Python.


Languages

Language:Python 93.0%Language:Shell 7.0%