Yes, it's another Pac-Man clone. But a pretty cool one, I think.
This actually started development in 2020, but I never finished it, until now. If I were to make it again from scratch, I would probably do some things very differently, but I think the end result is nonetheless pretty good.
I'm especially happy with how the game looks. I used a lot of palette swapping in this game because I wanted to have that "neon" look from Pac-Man Championship Edition (my personal favourite). I also added some pseudo-3D effects, particles and level transition effects to make it look more interesting. I tried to make sure that the movement feels as good as possible, and I think I succeeded pretty well.
This is an older project that I made sometime ago but never quite finished. So I decided to finally finish it and post it here (I have lots of random projects that I never finished, maybe I'll post them later).
Anyway, this is a pretty simple game where you need to "munch" blocks by pressing corresponding button (left, right, up, down, X and O). Basically something you would expect to see in a Mario Party game. If you don't eat the blocks fast enough or make misinputs, your health bar will go down. The game gets harder as it goes.
In the start menu there are options to turn screenshake on/off and also to turn rubble particles on/off. Not much else to say, it's a very simple game. But even then, I'm happy how the conveyor belt looks, it took a lot of trial and error.
Is it Tetris, or maybe chess? Kind of both, but actually neither. Nonetheless, this is a game about strategy and sacrifice, borrowing notes from both Tetris and chess.
Tetrachess is a puzzle game in which your goal is to capture the AI opponent's chess pieces using your own chess pieces, following chess rules. However, the board is not like in chess at all. You have to drop Tetris blocks (tetriminos) containing the opposing chess pieces to the playfield. After you have dropped a tetrimino, it's time to move your chess pieces. You can capture the opposing chess pieces, earning you points, or you can eat the garbage blocks, cleaning up the playfield. After your own turn, the opponent moves their own chess pieces, potentially capturing yours.
Here's a project I've been working on. It started as a simple viewer for different graphs, but then it turned into a platformer. The game is fully playable, but it needs some additional content, which is why I put it under Work in Progress.
What makes this project interesting is the fact that I didn't use any sprites or the map editor at all. Every stage is constructed using functions. Funtions can be very powerful for setting collision, as this way you can make pretty much any shape you want. You can also make the terrain dynamic and depend on time. I also added some simple physics into the game, utilising the difference in values of the function for the ball to gain some speed, but it could definitely be better. It's a bit slippery, but I wanted the ball to have some sense of momentum.
Just a small test that I made for fun. I've always been interested in programming some sort of graphing calculator, but never attempted it. Well, this is one step closer. I made a viewer that draws 14 different functions. You can also zoom in and out to get a better view of the function.
It would be cool to make something that actually allowed you to input your own function, but that is a project for another day. I also wanted to add option to move around the coordinate system, but lack of buttons made that difficult.
Anyway, I hope someone gets something out of this. At least I had fun coding it. :)
This is a small game (more like a demo) that I made. I'm still learning how to use PICO-8, but I've done some good progress already.
I decided to go for isometric style, because these sort of pseudo-3D games fascinate me. Sure, there's lots of room for improvement, but I think it looks pretty cool! The movement is currently grid-based, but that may change in the future.
I would be glad to hear comments and suggestions for improvements! Just keep in mind that I'm still getting used to the PICO-8 and don't know how to do some advanced stuff. Anyway, have fun!
UPDATE [10.6.2018]
I've updated the game. Hooray!
Now the game has way more depth thanks to the inclusion of different sorts of terrain (like brick walls) and also ladders. You can climb ladders with X. I also added buttons that can have lots of different uses. Currently they're used to disable roadblocks, but it's just a start. I also changed how signs work. Now you have to stand in front of them and press X to interact with them. The signs also have a collision so that you can't just walk through them!
I'd appreciate any sort of feedback! Thank you in advance!