POST JAM VERSION HERE

The post jam version have 20 new levels, better music and sounds, new mecanics etc.

StatusIn development
PlatformsHTML5
Rating
Rated 4.3 out of 5 stars
(6 total ratings)
AuthorOlivierGuillaume
GenrePuzzle
Made withUnity
TagsAbstract, Brain Training, chain-reaction, Ludum Dare 49, Minimalist
Average sessionA few minutes
LanguagesEnglish
InputsMouse, Touchscreen
LinksLudum Dare

Download

Download
Sources 358 MB

Install instructions

Code source is available as it is required by ludum dare compo rules. Personal use only. You need to install OdinInspector in the project, or remove all OdinInspector attributes.

Comments

Log in with itch.io to leave a comment.

Hey man, I really liked the game. I want to know how you made the game mechanics and everything. 

Hello. I simply used Unity physics engine for the core mecanic (electrons moving and collisions), nothing complicated about it. You can look at the sources if you want.

Are you planning on releasing it for mobile?

Yes, I will put a mobile version on the google store soon.

I have looked in the sources. You have used ODIN plugin which i didn't understand a thing. And I felt like the source code you used it to make is too heavy to understand for me. Can you help me with that?

I wrote my code fast and I used some advanced concept like an event manager inspired by this tutorial: https://unity.com/how-to/architect-game-code-scriptable-objects and Unity's new UI: UIElements (still in preview). So my code will be hard to understand.

The most important part of the gameplay are in Atom.OnTriggerEnter2D(), Atom.Split() and Electron.Throw().

About Odin Inspector, it just makes the inspector looks better (for example [Required] displays an error message when a field is empty). As it is a paid asset I didn't included the plugin in the sources. If you want to run the sources and you dont have the plugin, you have to remove all the "using Sirenix.OdinInspector" and all the odin's attributes that raise an "The type or namespace name could not be found" error. The game will run just fine.