Minigames
- 6 Devlogs
- 5 Total hours
Games inside of a game:).
Games inside of a game:).
final fixes - added flappy bird to the menu and added an score indicator im ready for shipping now.
I mad eflappy bird today. I made the entire game on my own, but i used ai for the pixel art. It didnt do a good job so ill have to fix that later and make ym own pixel art. Ill still have to add the score and integrate it to my tkinter menu, but i need to take a break, my brain is fried.
I added the simon says game to the tkinter menu. I added a function that stops the game after 11 points in pong. I added a text that displays your score after you lose in simon says. I aslo added basic sounds to pong but the only one that works is the background song. Im going to fix that tommorow.
So i made the second minigame simon says. Its pretty ruff now so im going straight into polishing both of the current games: Simon says and pong im going to add sounds difficulty levels and add “the button feel” to the simon says game. Also i need to create menus and score to both of the games. I used a bit of AI in the simonsays game cuz i couldnt for the life of me figure oyt how to switch from simon to the player. Turns out it was pretty easy.
So i finally got the singleplayer working. Its actually quite easy i just added the functions that checks the position of the ball relative to the position of the player and if its higher the player moves higher and vice versa. The thing that took me the most amout of time was, a problem i had with a function. I wanted to speed up the ball everytime somebody hits it but i couldnt figure out how to get it to reset after every round. Turns out i just placed this function if lx < 0 or lx > 800: lx_speed = 5into an another function which caused it to break. Next im going to add sound effects and multiple difficulties
I created the first minigame… well kinda. The first minigame is pong but it is for 2 players, but this projects is all about singleplayer games, so during the next devlog im hopefully going to make a bot, that can play against you and you can pick the difficulty. Also i created an ugly starter menu in tkinter, definetely gonna change that.