-
3d game with minecraft’s path finding algorithm
-
raesan-project (main project, going along with all the other projects)
-
Conway’s game of life: but with more than 3 rules
-
Redstone Simulator: Minecraft Redstone game but it is 2d(or 3d) and ONLY contains redstone
-
reverse engineering/game cracking
-
learn Asssembly, C, C++, for low level programming and reverse engineering
-
make a web server library in C++
-
hack something using damn vulnerable web applications
-
Create your own malware, virus, keylogger, spyware
-
basic bevy 2d or 3d game for learning bevy
-
that big idea of 2d competitive game
-
“Continuously learning neural network”:
- app contains a simple input option
- we can input the value then also the correct ouput that value should produce
- when we press eenter, what happens is that our program first of all shows what it thinks the output should be
- then compares that output to our correct output and then goes through 1 epoch in training
- contains the learning graph with each epoch
- after each epoch the graph is updated
-
reimplement bevy’s entitiy component system but in a different game engine, maybe use raylib or macroquad
-
CLI 2d or 3d game using ratatui and bevy - bevy_ratatui_camera
-
Noevim plugin written in rust: maybe a markdown renderer like MarkdownPreview
-
Neovim chat room plugin but in rust
-
Automatic short video creator
- INSPIRATION: Reddit Video Maker Bot
- IDEA: We can find a similar social media platform or some other platform to do this
-
search engine
- we maybe write a rust based pocketbase SDK or learn SurrealDB for a better, cross-language database solution
-
svelte in rust - leptos or askama clone but with svelte syntax
-
create your own web
- websites are made with HTML + CSS + lua(or c, or c++, or rust), just replace javascript with something else
- web browser
- custom parser for everything
- buss:// example by FaceDev
- custom domain name system and registration system
-
amazon game based simluator
-
UPI payments game based simulator
-
Building a love2d clone: lua game engine written in C or C++
-
Build a lua web framework but written in C or C++
-
NAND to Tetris - Building a FULL Modern Computer from First Principles
-
Nim Days - Some guy creating a bunch of cool shit in Nim programming language