Power Saver
Note: This game is in development. It was created for the Gamedev.js Jam 2024.
Gameplay
You play as the power-saver fairy, you can turn stuff on and off, and plug and unplug stuff. You can click on devices to see if they are being used or are wasting power. You can also drag cable endpoints to devices and power sockets to connect them.
Scoring
Your goal is to keep your friend Luzy happy.
The game is deterministic. Pay attention to the following rules to maximize your score:
- When Luzy is in the room, she wants the lights on.
- When Luzy is not in the room, she wants the lights off.
- When she is using a device, you should keep it on.
- When she is not using a device, you should turn it off.
- A device that uses battery power, will only work if the battery is not empty.
- A device that has a battery, will charge the battery when connected to a power socket
The rules are checked at an interval and you score points for every rule that you are successfully satisfying. The first 10 levels are deterministic and a snapshot of your score will be displayed for bragging rights. How did you do?
Credits
- Music and SFX by checkpoint: https://ch3ckpo1nt.com/
(also contributed game ideas and playtesting) - Animated girl sprite by GameArt2D: https://www.gameart2d.com/cute-girl-free-sprites.html
- Jelly sprite by GameArt2D: https://www.gameart2d.com/jelly-squash-free-sprites.html
- All the object images on the table are from Kenney's Generic Items Pack: https://kenney.nl/assets/generic-items
- I make liberal use of the Antialiased Line2D add-on for Godot 3.x add-on: https://github.com/godot-extended-libraries/godot-antialiased-line2d
- Game Jam idea: https://itch.io/jam/gamedevjs-2024
Sources: https://github.com/josepvalls/godot-power-saver
Status | In development |
Platforms | HTML5 |
Authors | Josep Valls, ch3ckpo1nt |
Genre | Simulation |
Made with | Godot |
Tags | 2D, GitHub, Godot, Management |
Download
Click download now to get access to the following files:
Development log
- More fine tuningApr 23, 2024
- Fine tuningApr 21, 2024
- We have cables!Apr 20, 2024
- It's alive!!!Apr 18, 2024
Comments
Log in with itch.io to leave a comment.
The art and graphics for this game is fantastic, even the way the line renders for the cord is impressive. Overall very well executed. Love the power theme and music too.
Nice!! Really cool!
Bonus Kudos for the openness!
Remark:
The Retry Button intersects with the fullscreen Button on my system.
Thanks!
I hope it helps someone. I know it would had helped me as I’m learning and I wish more people did it.
Oh, that’s a good point, I added that last minute and only tested it full screen. I’ll see if I can amend that before the deadline.