A downloadable game for Windows

   Bonjour, je vous présente mon projet : une reprise (avec quelques ajouts personnels) du "jeu de la vie" imaginé à la base par John Conway en 1970. Je me suis fait aidé par Arnkil pour les checks de cellules dans le rayon et pour l'ajout et la suppression de cellules (dans une table). Tout a été fait en Lua avec Love2D comme framework.

   Le principe est qu'il n'y ai pas de réel joueur (nous ne sommes qu'un spectateur), que le jeu ce passe étape par étape et qu'une cellule ne survit qu'en présence d'autres cellules dans son rayon (entre 2 et 3 dans un rayon de 1 case). Dans le cas contraire, la cellule meurt (par solitude : <1 ou surpopulation : >3).

   Voilà la présentation faite, maintenant les ajouts. J'ai mis un menu (accessible avec ESCAPE mais pas de problèmes, tous les contrôles sont dans le fichier .txt prévu à cet effet) dans lequel on peut changer les règles de survie et le volume. Il y a quelques modifications visuelles possibles (la couleur de la grille par exemple). Certaines préfab connues (sur le clavier numérique).  Il y a aussi une création aléatoire de cellule dans tout le tableau, toutes les statistiques et quelques autres ajouts que je vous laisse découvrir.

----

Hello, I present you my project: a cover (with some personal additions) of the "game of life" originally conceived by John Conway in 1970. I was helped by Arnkil for the cell checks in the shelf and for the addition and deletion of cells (in a table). Everything was done in Lua with Love2D as a framework.

   The principle is that there is no real player (we are only a spectator), that the game goes step by step and that a cell only survives in the presence of other cells in its radius (between 2 and 3 within a radius of 1 square). Otherwise, the cell dies (by solitude : <1 or overpopulation : >3).

  Now that the presentation is done, the additions. I have put a menu (accessible with ESCAPE but no problems, all the controls are in the.txt file provided for this purpose) in which you can change the survival rules and volume. There are some possible visual changes (the color of the grid for example). Some known prefab (on the numeric keyboard). There's also a random cell creation throughout the table, all the statistics and some other additions that I let you discover by yourself.

StatusReleased
PlatformsWindows
AuthorShachoca
GenreSimulation
Made withLÖVE
Tags2D
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse

Download

Download
Game of Life 2.1.zip 2 MB

Install instructions

Download, then launch the .exe. There you go !