Skip to content

Turn an image into an initial conway's game of life grid... and start living

Notifications You must be signed in to change notification settings

mendes-r/image-to-conway

Repository files navigation

Image-to-Conway

Turn any image into an initial Conway's Game of life grid... and start living!

Introduction

The idea behind this project is to transform any image into a grid for the famous Conway´s Game of Life. After this transformation - the implementation of filters and resizing - it will be possible to play the game according to Conways' rules.

Possible future new functionalities

This project could be turned into a web-application.

PS: this project is also a playground to learn new tools.

How to run locally

First you need to create the docker image of the application. To do this, run the following gradle task:

$ ./gradlew docker

After that you run the docker-compose file. Run this command inside the folder docker/local/

$ docker-compose up -d

API

  • POST **/upload
  • GET **/iterate
  • GET **/gif

Environment Variables

Variables CICD Local
DOCKER_HUB_REPO X
LOKI_URL X
S3_URL X

About

Turn an image into an initial conway's game of life grid... and start living

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages