Skip to content

Releases: hozlucas28/C-Practical-Work-2024

Conway's Game of Life - v1.4.2

Choose a tag to compare

@hozlucas28 hozlucas28 released this 21 Oct 16:38
7603d3c
  • Add remaining video demonstration hyperlink

Conway's Game of Life - v1.4.1

Choose a tag to compare

@hozlucas28 hozlucas28 released this 21 Oct 16:32
2860003
  • Improve preview image
  • Prevent dashboard size to be less than pattern size
  • Resolve #2

Conway's Game of Life - v1.4.0

Choose a tag to compare

@hozlucas28 hozlucas28 released this 20 Oct 22:38
bf40d61
  • Implementation of working initial state file set by program argument (main argument).

Conway's Game of Life - v1.3.0

Choose a tag to compare

@hozlucas28 hozlucas28 released this 11 Oct 20:55
8cd9ebf
  • Implementation of main arguments.

Conway's Game of Life - v1.2.1

Choose a tag to compare

@hozlucas28 hozlucas28 released this 22 Sep 20:21
8160979
  • Remaining documentation completed.

Conway's Game of Life - v1.2.0

Choose a tag to compare

@hozlucas28 hozlucas28 released this 21 Sep 21:55
f8bd1e6

This release use dynamic memory for 2D arrays.

Conway's Game of Life - v1.1.0

Choose a tag to compare

@hozlucas28 hozlucas28 released this 20 Sep 04:55
b9b7d36

This release includes SDL2 implemented.

Conway's Game of Life - v1.0.0

Choose a tag to compare

@hozlucas28 hozlucas28 released this 15 Sep 22:11
a261be3
Merge `develop` branch into `Master` branch - Release v1.0.0

Conway's Game of Life - v0.0.0

Pre-release

Choose a tag to compare

@hozlucas28 hozlucas28 released this 06 Sep 19:36
ci: format code