diff --git a/.github/assets/screenshots/256_golsky-bindings.png b/.github/assets/screenshots/256_golsky-bindings.png new file mode 100644 index 0000000..19eab87 Binary files /dev/null and b/.github/assets/screenshots/256_golsky-bindings.png differ diff --git a/.github/assets/screenshots/256_golsky-capture.png b/.github/assets/screenshots/256_golsky-capture.png new file mode 100644 index 0000000..3881e9d Binary files /dev/null and b/.github/assets/screenshots/256_golsky-capture.png differ diff --git a/.github/assets/screenshots/256_golsky-captured.png b/.github/assets/screenshots/256_golsky-captured.png new file mode 100644 index 0000000..8a34afb Binary files /dev/null and b/.github/assets/screenshots/256_golsky-captured.png differ diff --git a/.github/assets/screenshots/256_golsky-dark-theme.png b/.github/assets/screenshots/256_golsky-dark-theme.png new file mode 100644 index 0000000..85b9f73 Binary files /dev/null and b/.github/assets/screenshots/256_golsky-dark-theme.png differ diff --git a/.github/assets/screenshots/256_golsky-debug.png b/.github/assets/screenshots/256_golsky-debug.png new file mode 100644 index 0000000..cc36cde Binary files /dev/null and b/.github/assets/screenshots/256_golsky-debug.png differ diff --git a/.github/assets/screenshots/256_golsky-evolution-trace.png b/.github/assets/screenshots/256_golsky-evolution-trace.png new file mode 100644 index 0000000..20b3102 Binary files /dev/null and b/.github/assets/screenshots/256_golsky-evolution-trace.png differ diff --git a/.github/assets/screenshots/256_golsky-mainmenu.png b/.github/assets/screenshots/256_golsky-mainmenu.png new file mode 100644 index 0000000..fac05e9 Binary files /dev/null and b/.github/assets/screenshots/256_golsky-mainmenu.png differ diff --git a/.github/assets/screenshots/256_golsky-options.png b/.github/assets/screenshots/256_golsky-options.png new file mode 100644 index 0000000..f4cfd69 Binary files /dev/null and b/.github/assets/screenshots/256_golsky-options.png differ diff --git a/.github/assets/screenshots/256_golsky-zoom.png b/.github/assets/screenshots/256_golsky-zoom.png new file mode 100644 index 0000000..9b9d685 Binary files /dev/null and b/.github/assets/screenshots/256_golsky-zoom.png differ diff --git a/.github/assets/screenshots/golsky-bindings.png b/.github/assets/screenshots/golsky-bindings.png new file mode 100644 index 0000000..c1c8bda Binary files /dev/null and b/.github/assets/screenshots/golsky-bindings.png differ diff --git a/.github/assets/screenshots/golsky-capture.png b/.github/assets/screenshots/golsky-capture.png new file mode 100644 index 0000000..68096df Binary files /dev/null and b/.github/assets/screenshots/golsky-capture.png differ diff --git a/.github/assets/screenshots/golsky-captured.png b/.github/assets/screenshots/golsky-captured.png new file mode 100644 index 0000000..ddce709 Binary files /dev/null and b/.github/assets/screenshots/golsky-captured.png differ diff --git a/.github/assets/screenshots/golsky-dark-theme.png b/.github/assets/screenshots/golsky-dark-theme.png new file mode 100644 index 0000000..7fcd507 Binary files /dev/null and b/.github/assets/screenshots/golsky-dark-theme.png differ diff --git a/.github/assets/screenshots/golsky-debug.png b/.github/assets/screenshots/golsky-debug.png new file mode 100644 index 0000000..85c5d87 Binary files /dev/null and b/.github/assets/screenshots/golsky-debug.png differ diff --git a/.github/assets/screenshots/golsky-evolution-trace.png b/.github/assets/screenshots/golsky-evolution-trace.png new file mode 100644 index 0000000..b315e2a Binary files /dev/null and b/.github/assets/screenshots/golsky-evolution-trace.png differ diff --git a/.github/assets/screenshots/golsky-mainmenu.png b/.github/assets/screenshots/golsky-mainmenu.png new file mode 100644 index 0000000..440d5f8 Binary files /dev/null and b/.github/assets/screenshots/golsky-mainmenu.png differ diff --git a/.github/assets/screenshots/golsky-options.png b/.github/assets/screenshots/golsky-options.png new file mode 100644 index 0000000..42f44ef Binary files /dev/null and b/.github/assets/screenshots/golsky-options.png differ diff --git a/.github/assets/screenshots/golsky-zoom.png b/.github/assets/screenshots/golsky-zoom.png new file mode 100644 index 0000000..e1c66b3 Binary files /dev/null and b/.github/assets/screenshots/golsky-zoom.png differ diff --git a/README.md b/README.md index 5f6cf4c..6c974e2 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://github.com/tlinden/golsky/blob/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/tlinden/golsky)](https://goreportcard.com/report/github.com/tlinden/golsky) -I wanted to play around a little bit with [**Conways Game of -Life**](https://conwaylife.com/) +I wanted to play around a little bit with [**Conways Game of Life**](https://conwaylife.com/) in golang and here's the result. It's a simple game using [ebitengine](https://github.com/hajimehoshi/ebiten/). @@ -14,9 +13,19 @@ John Conway himself: https://youtu.be/R9Plq-D1gEk?si=yYxs77e9yXxeSNbL Based on: https://youtu.be/FWSR_7kZuYg?si=ix1dmo76D8AmF25F -Youtube video game preview: +# Screenshots +[![golsky-mainmenu.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-mainmenu.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-mainmenu.png) +[![golsky-options.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-options.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-options.png) +[![golsky-bindings.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-bindings.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-bindings.png) +[![golsky-evolution-trace.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-evolution-trace.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-evolution-trace.png) +[![golsky-zoom.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-zoom.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-zoom.png) +[![golsky-debug.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-debug.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-debug.png) +[![golsky-capture.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-capture.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-capture.png) +[![golsky-captured.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-captured.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-captured.png) +[![golsky-dark-theme.png](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/256_golsky-dark-theme.png)](https://github.com/TLINDEN/golsky/blob/main/.github/assets/screenshots/golsky-dark-theme.png) -[![game preview](https://img.youtube.com/vi/xEto6Oew16I/0.jpg)](https://www.youtube.com/watch?v=xEto6Oew16I) + +[Youtube video game preview](https://www.youtube.com/watch?v=xEto6Oew16I) # Features