Pinned Repositories
ace_dodge
A small game to test the bevy game engine.
clox
An implementation of clox from the "Crafting Interpreters" book
crate2d
A toy 2d physics engine
Crowdfund
A design for a crowdfunding product page from frontend mentor.
cyclone_physics
Project from game physics engine development book
Godot-Platformer-Body-2D
A simple base platformer body 2D for godot
godot_2d_platformer_controller
A 2d platformer character controller for godot
GodotFactory
2D and 3D Nodes for spawning scenes
golox
Go implementation of the Lox language from the crafting interpreters book.
raytracing
Implementation of Peter Shirley's raytracing in one weekend (and the next week) series in rust
Drumstickz64's Repositories
Drumstickz64/GodotFactory
2D and 3D Nodes for spawning scenes
Drumstickz64/godot_2d_platformer_controller
A 2d platformer character controller for godot
Drumstickz64/clox
An implementation of clox from the "Crafting Interpreters" book
Drumstickz64/crate2d
A toy 2d physics engine
Drumstickz64/cyclone_physics
Project from game physics engine development book
Drumstickz64/Gilded-Rose
my solution of the Gilded Rose kata, written in rust
Drumstickz64/godot_jump_buffer
A jump buffer node for godot
Drumstickz64/golox
Go implementation of the Lox language from the crafting interpreters book.
Drumstickz64/print-pack
Drumstickz64/raytracing
Implementation of Peter Shirley's raytracing in one weekend (and the next week) series in rust
Drumstickz64/rust_vecgraph
A Graph implemented using nothing but `Vec`s in rust
Drumstickz64/advent_of_code_2021
Advent Of Code 2021 Solutions in Rust
Drumstickz64/advent_of_code_2020
Advent of Code 2020 in Zig
Drumstickz64/advent_of_code_2022
Drumstickz64/advent_of_code_2023
Drumstickz64/advent_of_code_2024
My solution for the Advent of Code 2024
Drumstickz64/AI50-Degrees
CS50 - AI50 Week 1 Degrees project
Drumstickz64/AI50-Knights
CS50 - AI50 Week 2 Knights project
Drumstickz64/AI50-Tic-Tac-Toe
CS50 - AI50 Week 1 Tic Tac Toe project
Drumstickz64/aog-article-quarto
Quarto template for a nice scholarly PDF format
Drumstickz64/brainfuck_interpreter
A Brainfuck interpreter written in Rust
Drumstickz64/butler
An HTTP server built on TCP
Drumstickz64/codecrafters_grep_rust
An implementation of grep in rust that was submitted as the solution to the CodeCrafters grep challenge.
Drumstickz64/egui_todolist
Drumstickz64/first-contributions
🚀✨ Help beginners to contribute to open source projects
Drumstickz64/flappy-bird-clone
A basic flappy bird clone with python, pygame and pymunk
Drumstickz64/Front-End-Mentor-Order-Summary-Component
My sulotion for the Order Summary Component challenge from Front End Mentor
Drumstickz64/macroquad-breakout
A basic Breakout clone made with macroquad
Drumstickz64/proxy-maker
Yugioh proxy maker
Drumstickz64/redis_go
A Redis clone implemented with the Go programming language