gol

Implementation of Conway's Game of Life writen in C
git clone git://git.dimitrijedobrota.com/gol.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-06-20 18:59Fill dir.info for every directoryDimitrije Dobrota5+5-0
2022-06-20 06:50Fixed minor spelling mistakes and few bugs regarding DoxygenMateja Marsenic2+27-7
2022-06-19 23:17General documentation for logicMateja Marsenic1+52-1
2022-06-19 17:29General improvementDimitrije Dobrota8+78-75
2022-06-19 13:02Documentation and general improvementDimitrije Dobrota13+142-76
2022-06-16 23:06Documentation for game.c and small improvementsDimitrije Dobrota1+101-5
2022-06-16 18:55Documentation for file.c and small improvementsDimitrije Dobrota3+131-56
2022-06-16 16:52Improved long menus and mouse supportDimitrije Dobrota7+133-29
2022-06-12 14:42Documentation for display.c and pattern.h.Dimitrije Dobrota6+126-56
2022-06-12 13:06General improvement and bug fixingDimitrije Dobrota6+27-10
2022-06-09 12:44Documentation for window.c and general improvementDimitrije Dobrota4+196-58
2022-06-09 12:42Update README.md and add Doxygen settingsDimitrije Dobrota4+2713-2
2022-06-09 12:41General improvement and bug fixingDimitrije Dobrota2+31-16
2022-06-07 13:59General improvement and bug fixingDimitrije Dobrota7+79-49
2022-06-06 21:25Remove old logic filesDimitrije Dobrota2+0-265
2022-06-06 21:10Refactor the game related functions to game.cDimitrije Dobrota10+292-317
2022-06-06 14:20Update game and a tons of featuresDimitrije Dobrota12+761-366
2022-06-06 14:19Update game logic to use hashmapDimitrije Dobrota2+194-211
2022-06-03 22:28Game now supports infinite board sizeDimitrije Dobrota7+1304-137
2022-06-03 01:35Improved MakefileDimitrije Dobrota1+45-19
2022-05-31 23:29Display game hooks onto the new logic interfaceDimitrije Dobrota6+340-203
2022-05-30 17:37Rework of whole logic using Sparse Matrix RepresentationMateja Marsenic4+623-186
2022-05-30 17:15Visual selection of the cells and status barDimitrije Dobrota9+414-158
2022-05-30 15:14Fixed issues with All of the game modesMateja Marsenic1+14-6
2022-05-23 16:44Integration with the logic moduleDimitrije Dobrota10+292-200
2022-05-23 11:58Refactoring Code for connection with mainMateja Marsenic2+76-81
2022-05-22 23:28Fixed all modsMateja Marsenic1+54-49
2022-05-21 18:44Fixed double main() problem (temp fix)Mateja Marsenic1+4-4
2022-05-21 18:28Added All Mods(Some still not working)Mateja Marsenic2+255-1
2022-05-18 18:38Makefile Windows supportDimitrije Dobrota1+19-8
2022-05-18 18:33Cleanup and Responsive application resizeDimitrije Dobrota9+735-328
2022-05-15 21:01God give us health!Dimitrije Dobrota7+553-0
2022-05-15 20:14Initial commitDimitrije Dobrota1+2-0