SP!N
SP!N
Description: Guide a ball through challenging levels with obstacles like moving platforms, lasers, spikes, and enemies. Avoid hazards to reach the end. Aim to complete each level in as few attempts and time as possible.
Modes:
- Easy: Infinite lifes.
- Normal: Start each level with three lives, reset after level completion.
- Hard: No life reset.
- Lindsay Mode: Drag the ball with your mouse and enjoy infinite lives.
Controls:
- Move: Arrow keys or A D
- Restart: R
- Return to Menu (Game Over): B
Music sound effects and graphics:
Myself.
Almost completed everything but some issues:
- The Life System has some bugs. Lives do not carry over between levels, which prevents the game from ending when lives are fully depleted.
- Laser and Button levels are still under development.
- The Attempt Counter occasionally has tracking errors.
Hope you enjoy it!
AI for code learning, for example, prompt as ‘syntax about how to get a component from another script?’ responded as '
// Assuming you want to access a script called "OtherScript" OtherScript otherScript = GetComponent<OtherScript>();'
Leave a comment
Log in with itch.io to leave a comment.