Running rat study for Drawabox
Hollow Kirby!
Murder rat Murder rat Murder rat Mu
(i can now confirm these prints will go live on our store tomorrow so be on the lookout wink wonk)
Maths class doodles :)
Jousting on the noblest of steeds (aka. an office chair)
No voice to cry suffering, they say, yet a hug tells a tale no words could ever convey
...
It's more likely than you think >:3
So anyways here's an early tech demo for a lil project I've been working on. I'm making a game in pure C without any external libraries or game engines or whatever, writing everything from the ground up. Why? To see if I could. And also because I hate myself.
This bad boy's got low-latency audio output with a custom audio mixer and WAV file loading, input handling (keyboard + mouse, no controller support yet), and a basic graphics renderer (with BMP file support), as well as some other fun little features. It's built on the Windows API but all the platform code is isolated so that the game can easily ported. And what grand creation shall I make with this? ...Tetris. I'm planning to make a Tetris clone. Lol.
Oh, and the tetris remix you hear in the background? Wrote that myself. Music was never my strongest subject but I am determined to make everything by myself.
That is all.
Hey guys, it's been a minute since my last Tetris devlog. For those of you that are new here: Hi! Welcome! I'm making a Tetris clone of sorts completly from scratch without any game engines or libraries or anything of the sort, writing all the code and making all the assets myself. It's running on a custom-built engine I wrote (or rather, am writing) in C, using the Windows API for window creation and sound output and other low-level stuff.
Development has been going pretty smoothly since my last devlog. There's sound effects now! And new music! And new graphics! And pausing! And text rendering! And save files! And a lot of other things besides. I've spent a decent chunk of the time on behind the scenes stuff to just make the game run better basically. There's still a lot to do left but at this point the game has really started to come together. I'm really happy with it so far :3
You can find the GitHub repo here if you wanna compile it or just take a gander at the code or whatever. Please don't steal anything I will cry if you do and you don't want that on your conscious right? :(
(#1, #2, #3)
Gesture drawing is hard :(