Experience Tumblr Like Never Before
So uhhh yeah. Here's another quick lil preview of my Tetris game that I've been working on. I built the game engine that it's running on from scratch in C without any libraries or some such (except the Windows API for opening the window and handling basic file stuff of course) so that's fun I guess. Right? Yeah. So anyways progress has been coming along surprisingly smoothly since my last update. There's finally some proper graphics! Yay! It's not finalised yet but y'know. It's something. I've been using Krita for the first time to make all the art assets and it's been really fun. Oh right, I'm meaning to make everything myself including art and music, not just the code. I've already started working on the score/level/lines UI code so that'll probably be done soon.
I've also finally made the GitHub repo public so if you wan't to take a look at the code or download it or whatever you can find it here. The repo isn't very user friendly yet but eh. Who cares.
That's all for now. Stay tuned :3
(#1, #2)
You read that right folks. The game's got gameplay now. Revolutionary, right?
For those of you that are new here (which I imagine is most of you lol): I'm building a Tetris clone from the ground up in C without any game engines or external libraries or whatever, making everything myself. That includes the music and the graphics and everything else, not just the code. See my last post for more details.
The project has taken a major leap forward since my last update. We've actually got gameplay now! There's all the essentials of Tetris, from movement to line clears to a lose condition. It's an actual, playable game! Next up on my TODO is probably the preview window as well as the hold box, and then the score counter, which probably means that I have to implement a font rasterizer lol. And then there's of course hard drops and wall kicks and T-spins and all that. That's basically it in terms of actual gameplay, but there's still so much more to do after that. I'm excited.
See you in the next update :3
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.