From 74b96bc1a2d2df5e0c1833671186090da771aefe Mon Sep 17 00:00:00 2001 From: "A. Arda Uzan" Date: Sun, 22 Dec 2024 12:24:21 +0300 Subject: [PATCH] playing around --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a80c3ad..9933544 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ *A simple implementation of Conway's Game of Life, written in Gleam.* -[(https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white)] -[(https://img.shields.io/badge/prettier-1A2C34?style=for-the-badge&logo=prettier&logoColor=F7BA3E)] - ## Overview This project is a personal exercise in learning the Gleam programming language by implementing the Game of Life from scratch, without third-party libraries. It is a learning tool and **not intended for production use**. The code is **licensed under MIT** and is available at [GitHub](https://github.com/ardauzan/gol). Contributions and usage are welcome, but please credit the project if you find it helpful. Don't forget to give it a star if you like it! :star: