Skip to content
View outkine's full-sized avatar
🤖
beep boop robots are on the way
🤖
beep boop robots are on the way

Highlights

  • Pro

Organizations

@hackclub @NCPCode @CodeDay-Chicago @chicode @robot-rumble
Block or Report

Block or report outkine

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
outkine/README.md

Hello! I'd love to share a bit more about my pinned projects 😁

  • Robot Rumble is an AI competition website that became my pandemic project. The logic repo contains the code that simulates robot battles and determines their results.
  • My first programming experience was a 2000 LOC single-file platformer that I wrote in Python during high school. Ascension Rust was my attempt to rewrite it in Rust.
  • pico-kit is a collection of useful Lua functions that I put together for the PICO-8 game engine/console. Most of these came out of a coding club I ran in high school.
  • Chicago-Traveler was my first web project in which I attempted to make a train/bus tracker for the CTA using React Native.
  • ChessEngine is a Python "chess engine" that uses brute force to calculate moves. It beats the easiest AI on lichess!

Pinned

  1. robot-rumble/backend robot-rumble/backend Public

    The backend for Robot Rumble. Handles the site and matchmaking.

    Scala 2

  2. robot-rumble/logic robot-rumble/logic Public

    Logic backend implementation for Robot Rumble

    Rust 84 1

  3. ascension-rust ascension-rust Public

    A simple, gravity-based platformer

    Rust 14 1

  4. pico-kit pico-kit Public

    📐 An opinionated set of Pico-8 helpers

    Lua 73 2

  5. Chicago-Traveler Chicago-Traveler Public

    The one stop app for all your CTA needs

    JavaScript 1

  6. ChessEngine ChessEngine Public

    A chess engine made with Python

    Python 1