xtsebas / Conways-Game-of-life

Welcome to the Conway's Game of Life repository in Rust. This project leverages framebuffers, rendering, polygons, and the windowing system to create an interactive visualization of the famous cellular automaton. Enjoy exploring the fascinating dynamics of emerging patterns and immerse yourself in the mathematical beauty of this classic game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

Welcome to the Conway's Game of Life repository in Rust. This project leverages framebuffers, rendering, polygons, and the windowing system to create an interactive visualization of the famous cellular automaton. Enjoy exploring the fascinating dynamics of emerging patterns and immerse yourself in the mathematical beauty of this classic game.

Features

  • Framebuffers: Efficient pixel manipulation for rendering the game.
  • Rendering: Smooth and interactive display of the game's evolution.
  • Polygons: Utilizing basic shapes for visual effects.
  • Windowing System: Interactive window for observing the game in real-time.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/YOUR-USERNAME/Conways-Game-of-life.git
    cd Conways-Game-of-life
    

Gif of the game

gifgame

About

Welcome to the Conway's Game of Life repository in Rust. This project leverages framebuffers, rendering, polygons, and the windowing system to create an interactive visualization of the famous cellular automaton. Enjoy exploring the fascinating dynamics of emerging patterns and immerse yourself in the mathematical beauty of this classic game.


Languages

Language:Makefile 70.3%Language:Rust 29.7%