You are browsing as a guest. Sign up (or log in) to start making projects!

barseghian_daniel

@barseghian_daniel

Joined June 6th, 2026

  • 73Devlogs
  • 7Projects
  • 5Ships
  • 63Votes
If you're not having fun with what you're doing, you're probably doing the wrong thing.

Finished both CS50p and CS50x.
Github: https://github.com/danielbarseghian
Mail: [email protected]
Ship

made a website for my C code! It was really challenging to work with the WASM module since it’s limited to 32 bits (4GB RAM), but I managed to make it work! I also optimized the C code to use much less RAM (see the devlog). Sadly the website is limited to 220MB per file (because of WASM), but you can still process large files with the GitHub release! You can test it via the website or the GitHub release!

  • 7 devlogs
  • 12h
  • 14.90x multiplier
  • 181 Stardust
Try project → See source code →
Open comments for this post

3h 29m 1s logged

Optimized code for less R*M usage!

For a 2.8gb file it was taking 2.8gb of ram but now its taking 42 KB! I was putting the file in the ram but now i stream the file to ram for 99.999% less ram usage!

1
0
117
Ship

I made a Unity game after 3 years! I really loved relearning C# and Unity. The hardest part was designing, I HAD SO MUCH PAIN, I suck at 3D modeling and making good maps, but I went through a lot of effort and time to make an acceptable map.
You can directly try the project in the web or download it for Windows/Mac/Linux in the GitHub release! You can read the Gameplay section of the README if you are lost!

  • 26 devlogs
  • 58h
  • 14.91x multiplier
  • 862 Stardust
Try project → See source code →
Open comments for this post

6h 4m 33s logged

Why the game is so ugly

I CAN’T MODEL, my designing skills are soooo bad and let’s not talk about modeling….. But i still took a lot of time and effort to make an “ok” map, it may be ugly, but its the best i could! please don’t try to understand the storyline….

0
0
8
Open comments for this post

1h 35m 55s logged

Full level 2 implementation and transition between levels and heart system with vulnarability!

  • I added a heart system with a 10s vulnability each time you get heart!
  • The level 2 is kinda hard (even as a pro gamer)
  • Added transition between the levels when you reach the end :)
0
0
8
Open comments for this post

43m 2s logged

Learned how malloc works

Basicly you check for free size that have a suffisant size, if not found request new memory from the OS, setup the memory and then return the pointer!

0
0
8
Loading more…

Followers

Loading…