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

C++ Rhythm-Style Game

  • 3 Devlogs
  • 3 Total hours

I was making a C++, Bullet Hell style game, but I've switched to making it rhythm based instead. I am doing this to learn C++ and game development.

Open comments for this post

1h 14m 11s logged

Update 2:

I changed my vision for the game. I want it to make it a rhythm-style game, similar to osu. I do plan on expanding the style of the game after the first prototype to include the code for the bullet class that is currently unused.

So far, I have added the logic to create Hit box circles that have a out circle that slowly shrinks to the size of the inner circle. The objective is for the player to click on the red circle at the point the blue circle radius matches the red circle radius. I used Pythagoras’s theorem in order to calculate the distance from the mouse pointer to the inner circle, so the player can successfully make the circle disappear.

My next objective is to make it so that the player gets a visual indicator as to whether or not they hit the circle in time. This will also be shown with a points bar, which will be able to fill up to unlock something (not sure what that will be).

2
0
35
Open comments for this post

46m 37s logged

Update 2: So far I have added a boss, as well as the boss’s bullets. At first, the code made it so that the boss would shoot a “laser”-esqe beam towards the player. I’ve fixed this through adding a timer, that resets to 0 after 1 second. However, I still need to properly place this into a class, as well as creating a general direction for the bullets to travel.

0
0
4

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…