Was working on a programming language written in C++ for the past few days, finally added strings (with concatenation and replication)!
The second robot is done! I am so glad I got to finish this - thanks HC for giving me a reason to learn robotics (and learn how to solder)! I'll definitely revisit this project and make it better later! (2/2 - Follower-Robot is done!)
I started working on a robot that tracks and follows objects around! I am still working on it, but I wanted to share whatever has been done so far! A massive thank you to Hack Club - I have started enjoying robotics a lot, and Arcade was a brilliant excuse to get into it! (Btw, yes, the Wall-E aesthetic is on purpose!)
I made a robot for the very first time (thanks HC for giving me an excuse to)! It's an autonomous maze-solving robot (a Micromouse!), made using an Arduino UNO R3, an L298N Motor Driver, a pair of DC motors and three ultrasonic sensors! It uses a very simple left-wall following algorithm, and although there is a lot I could do to improve, I believe this is good enough (for now, atleast!) I'll try to revisit this sometime in the future, and maybe experiment with more complex algorithms like floodfill!
GitHub Repository: github.com/deoshreyas/Micromouse
I made a robot for the very first time (thanks HC for giving me an excuse to)! It's an autonomous maze-solving robot (a Micromouse!), made using an Arduino UNO R3, an L298N Motor Driver, a pair of DC motors and three ultrasonic sensors! It uses a very simple left-wall following algorithm, and although there is a lot I could do to improve, I believe this is good enough (for now, atleast!) I'll try to revisit this sometime in the future, and maybe experiment with more complex algorithms like floodfill!
GitHub Repository: github.com/deoshreyas/Micromouse
I made a website to prototype color schemes live, and then share them as well! I have open-sourced all my code on GitHub! (github.com/deoshreyas/Project-Colours)
(Website live here: deoshreyas.github.io/Project-Colours)
This is similar to Realtime Colors (www.realtimecolors.com) and I made my version for fun, and to test my own skills! If you actually wanted a project like this, I'd recommend using Realtime Colors itself!I made another platformer game using the Godot Game Engine, this time to test some (slightly) advanced mechanics. I have open-sourced all my code on GitHub! github.com/deoshreyas/Just-Another-Platformer
(Attached is a compilation of some fun mechanics from various levels!)I made another platformer game using the Godot Game Engine, this time to test some (slightly) advanced mechanics. I have open-sourced all my code on GitHub! github.com/deoshreyas/Just-Another-Platformer
(Attached is a compilation of some fun mechanics from various levels!)I made a website to test your typing speed using HTML, CSS and JavaScript! I also used ChartJS to show a WPM chart! I have open-sourced all my code on GitHub! github.com/deoshreyas/Typing-Speed-Test
(Website live here: deoshreyas.github.io/Typing-Speed-Test)
I built a simple survival shooter game using the Godot Game Engine to experiment with random item drops! I have open-sourced all my code on GitHub! github.com/deoshreyas/Shoot-And-Survive