Skip to content

luffah/Terminus

Repository files navigation

Terminus : un jeu pour s'amuser avec la ligne de commande Contribuer : Wiki en Français

Essayer : Démo du jeu (alpha)

Licenses : GPLv2

Version originale (English) : mprat's Terminus game (code)

(Les fondements du jeu sont en cours de révision, cela aura un impact sur : les dialogues, les actions possibles, et le design.)

Français English
Dans un univers où la magie a été remplacée par le mystérieux pouvoir de la ligne de commande, vous incarnez un personnage démuni qui n'aura d'autre choix que d'en servir pour reprendre le contrôle de sa vie. >> wiki >> install In a mysterious land, both physical and magical powers had been surpassed by a new power : the command line. Lost somewhere in this land, you discover that you could use this power without knowing how. >> wiki (not available) >> install

Note for game dev

  • make can be used to build the game(s) in ./game
  • make fetch_ressources can be used to fetchs ressources registered ./ressources
  • ./game/terminus/devenv.sh set up a bash shell for dev...
  • to work on develop branch : git fetch origin; git checkout --track origin/develop
  • get missing tools git submodule update --init --recursive

Packages

No packages published

Languages

  • JavaScript 59.3%
  • Python 31.1%
  • CSS 3.2%
  • HTML 3.1%
  • Shell 2.4%
  • Makefile 0.9%