pipe-game

Un jeu de cartes à piper les une dans les autres - retour accueil

Anonyme, en lecture seule : git clone git://bebou.netlib.re/pipe-game
Authentifié·e, en écriture : git clone ssh://git@bebou.netlib.re:1459/srv/git/pipe-game

Log | Files | Refs | README | zip | tar.gz |

ModeNameSize
-rw-r--r--.gitignore5L
-rw-r--r--README14L
-rwxr-xr-xcards/filters/copy-2-times-line-21L
-rwxr-xr-xcards/filters/copy-2-times-line-all1L
-rwxr-xr-xcards/filters/copy-2-times-line-int1L
-rwxr-xr-xcards/filters/copy-int-times-line-12L
-rwxr-xr-xcards/filters/keep-column-11L
-rwxr-xr-xcards/filters/keep-column-21L
-rwxr-xr-xcards/filters/keep-column-int1L
-rwxr-xr-xcards/filters/keep-numbers1L
-rwxr-xr-xcards/filters/keep-str1L
-rwxr-xr-xcards/filters/numbers-invert4L
-rwxr-xr-xcards/filters/numbers-minus-int3L
-rwxr-xr-xcards/filters/numbers-minus-one3L
-rwxr-xr-xcards/filters/numbers-plus-13L
-rwxr-xr-xcards/filters/numbers-plus-int3L
-rwxr-xr-xcards/filters/remove-line-11L
-rwxr-xr-xcards/filters/remove-line-last1L
-rwxr-xr-xcards/filters/remove-str1L
-rwxr-xr-xcards/filters/reverse1L
-rwxr-xr-xcards/filters/sum1L
-rwxr-xr-xcards/filters/swap-attack-defend2L
-rwxr-xr-xcards/filters/swap-attack-str2L
-rwxr-xr-xcards/filters/swap-column-1-column-21L
-rw-r--r--cards/sources/all-in2L
-rw-r--r--cards/sources/defend1L
-rw-r--r--cards/sources/strike1L
-rw-r--r--ennemy5L
-rwxr-xr-xgame33L
-rw-r--r--interface.c472L
-rw-r--r--makefile15L
-rw-r--r--player7L
-rw-r--r--termbox2.h3510L

README (221B)


      1 Un jeu de carte expérimental UNIX
      2 
      3 où y'a des cartes sources et des cartes filtres et faut les piper
      4 et ça fait des trucs
      5 
      6 Pour compiler interface
      7 
      8 	make
      9 
     10 Pour lancer le "jeu"
     11 
     12 	./game
     13 
     14 Dépend de termbox (le gros .h)