Skip to content
View AidenManuel's full-sized avatar
Block or Report

Block or report AidenManuel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. C-Snake C-Snake Public

    This is a rudimentary C implementation of Snake which uses the ncurses library as it's primary graphical engine. Feel free to download and give it a whirl!

    C

  2. Conways_Rust_Of_Life Conways_Rust_Of_Life Public

    This is my first proper attempt at making something in Rust. It is a classic Conways game of life, with rendering performed using the Piston crate. I used code from one of the Piston Tutorial examp…

    Rust

  3. Mandelbrot_Rust Mandelbrot_Rust Public

    A simple Mandelbrot zoom, made using the OpenGL and the Piston crate in Rust. Currently it is quite slow, but there are plans to parallelize it soon. Crank up the ITERATIONS constant for a deeper z…

    Rust