Get into the Sphere
A bullet-hell game for Beginner's Jam April 2024. The theme is《 Going Deeper !》
What is hidden in the sphere? Go deeper and find it out!
The game is developed in 2 days and there are 8 levels. I beat all the levels in 3 minutes (full gameplay video is available for download).
Credit
- Font: monogram by datagoblin
- Music: Galaxy by Aftertune (under CC BY 3.0 DEED)
Status | Released |
Platforms | HTML5 |
Rating | Rated 4.8 out of 5 stars (4 total ratings) |
Author | cowmoomoooooo |
Genre | Action |
Made with | Unity |
Tags | 2D, Boss battle, Bullet Hell, Neon |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Download
Download NowName your own price
Click download now to get access to the following files:
Full_Gameplay.mp4 40 MB
Comments
Log in with itch.io to leave a comment.
cool
MEOW
Hi everyone, I am new to Unity. This project is to test two programming/ software structure methods.
This is a simple prototype that took two days to develop. Therefore, I used some techniques to speed up development.
We are all beginners. Feel free to share any game development techniques here!
Hey, I’m also taking part in the beginner’s jam and tried out your game. I actually really liked your approach to not change scenes, It was a fun way to get right into the game! I think it was done really well and including the instruction directly in the level brought it all together :) I do think the game is pretty difficult though
With unity, there’s a dontdestoryonload() function. Basically you can keep a script or gameobject persisting through scene changes. Theres some little things you have to do to make sure you don’t end up with multiple copies but easy enough.
Thank you! It is very useful. I've read Unity's documentation for this function, and applied it to my next Game Jam game.