Skip to content
View redstone59's full-sized avatar
💭
pai-chan and son-kun my beloved
💭
pai-chan and son-kun my beloved
Block or Report

Block or report redstone59

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

Person Things

  • Name: redstone59
  • Pronouns: she/her
  • Languages: Python (fluent), C# (semi-fluent), C (practically a beginner)
  • Learning: JavaScript, TypeScript
  • Currently enjoying: Buckshot Roulette, rewriting old projects
  • Currently not enjoying: old projects (that was the bad time - when I didn't know how to style code nor what a class was)

Current Projects

Backshot Roulette: A bot that finds the best move in any position in a game of Buckshot Roulette.

Buckshot Game Notation*: An adaptation of Chess' algebraic notation for Buckshot Roulette.

Bejeweled 3 World Championship Set Rewrite: A "parasite" program that latches onto Bejeweled 3 in order to give a Nintendo World Championship style game (pointers in Python suck, btw). Rewriting because the original code looks fucking terrible. Also I have no clue as to why I didn't seperate the challenge creator and actual program into seperate repositories.

* Currently a private repo until it's functional. This is typically how I do things. sowwy

Projects I'm considering

Some kind of Buckshot Roulette all-in-one program: A BGN editor with evaluation capabilities with a bot of choice (in this case, Backshot Roulette). I've already devised the Buckshot Bot Interface so the program can communicate with other bots, too. Maybe it'd be a mod onto Buckshot Roulette (I do use Godot on occasion, a mod surely couldn't be that hard)

mCmd (working title): A higher level language for Minecraft command blocks. Currently considering redoing the whole program so then it's Pythonic instead of C-like. (there are too many C command block languages)

Pinned

  1. BackshotRoulette BackshotRoulette Public

    A bot that (hopefully) finds the best outcome in any round of Buckshot Roulette using a minimax search.

    Python 1

  2. Bejeweled3WorldChampionships Bejeweled3WorldChampionships Public

    A Nintendo World Championships-esque way to play Bejeweled 3.

    Python

  3. TwitchMakesATAS TwitchMakesATAS Public

    A way to interact with the Twitch Chat API in order to write a TAS with everyone's favourite governmental system, democracy!

    Python 1

  4. LazyCMD LazyCMD Public

    Quick thing I made to make large command block contraptions easier to make.

    Python