MUSICCONCERTSVIDEOS
VIDEO GAMESD.I.Y.CONTACT
fr | en

Game of Life

Conway's famous game

Considered as the first A.I. game ever
Features:

  • Multiple cells size
  • Theoretical (taurus) mode
  • Select the rules / create your own
  • Show colors / some stats
  • Record animated GIFs
  • a lot other...

WarGame

A little Wargame - Linux, MacOS, [Windows], ...

Developed in Java (hence the multiOS) with two coworkers in oriented programming course.
Includes an AI to play against.
Will be available to downloading.

Tetris

Reproduction of the famous game - MacOS

Developed in C++ on Qt Creator.

Main functions:

  • Score and levels;
  • Display of the next piece;
  • Speed increasing over time;
  • "combos" (when multiple lines are dissolved at the same time) ;
  • Pause mode...

DOWNLOAD THE MAC VERSION

Space Sticks

A sticky game - MacOS

The principle of this game is to place a stick of your color on the game board. When you complete a square, yon win a point and you can play again.

The winner is the one who will get the maximum number of points.

Coded in C++ under the Qt IDE.

THE PI RECITATOR

Training app for learning the digits of the number π (pi)

Developed in HTML, CSS & JavaScript.
Features:

  • sound ;
  • pressable keys ;
  • 3 trials before game over;
  • displaying the 4 next digits after a game over ;
  • you can randomise the keys positioning (see the image beside) ;
  • you can also type on your physical keyboard

  • PLAY ONLINE

The Right Path

Connect the colors - MacOS

You just have to connect the different colors without crossing

The different game board configurations has been created with a graph solver developed in C.