Pinned Repositories
Double_Pendulum
Simulating single and double pendulums using C++.
kacper-space
Personal website. Turning the world from all cap to all Kap™
Knights-Walk
Finding complete knights' paths on different sized chessboards using C++.
Planet-Simulation
Simulate orbital mechanics using C++ and SFML.
RobotArmArduinoAnimation
Arduino Code used to intuitively control a six degree of freedom, six servo, robotic hand.
rocket-sim
Simple rocket simulation tool
Rotate4
A gravitational spin on the classic game of Connect 4.
RubiksCube
Rubik's Cube editor and solver made in Unity and written in C#.
stepper-motor-controller
The purpose of this program is to control multiple stepper motors with A4988 stepper motor drivers and some simple push buttons.
stronghold-calculator
C++ program that generates a text file detailing the average distance from a Minecraft stronghold given a certain radius away from the origin of a world.
KacperBazan's Repositories
KacperBazan/Double_Pendulum
Simulating single and double pendulums using C++.
KacperBazan/Knights-Walk
Finding complete knights' paths on different sized chessboards using C++.
KacperBazan/Planet-Simulation
Simulate orbital mechanics using C++ and SFML.
KacperBazan/RobotArmArduinoAnimation
Arduino Code used to intuitively control a six degree of freedom, six servo, robotic hand.
KacperBazan/Rotate4
A gravitational spin on the classic game of Connect 4.
KacperBazan/RubiksCube
Rubik's Cube editor and solver made in Unity and written in C#.
KacperBazan/stepper-motor-controller
The purpose of this program is to control multiple stepper motors with A4988 stepper motor drivers and some simple push buttons.
KacperBazan/stronghold-calculator
C++ program that generates a text file detailing the average distance from a Minecraft stronghold given a certain radius away from the origin of a world.
KacperBazan/tictactoe-minimax
Exploring a simple minimax algorithm with alpha/beta pruning on a C# unity project.
KacperBazan/kacper-space
Personal website. Turning the world from all cap to all Kap™
KacperBazan/rocket-sim
Simple rocket simulation tool
KacperBazan/connect4-minimax
KacperBazan/ESP32_Toggle
Use the ESP32 board, an LED, and a button to toggle an LED on and off.
KacperBazan/Harb_I2C
I2C communication assignment created by Ali Harb which uses a master controller Arduino and receiver Arduinos.
KacperBazan/holistic-engine-logic-program
KacperBazan/OCamlInterpreter
Interpreter for a simple stack-based programming language written from scratch in OCaml
KacperBazan/RealtimeAudioClassification