PerioDic Pairing
Project Purpose
This project is more so a concept than a full-fledged program. This will be a mini implementation of a data structure system, utilizing the periodic table. In this simple educational game, the user will be able to click on elements of the periodic table, feed them into a screen / "mixer" and see what the result is.
I even took the liberty of adding an easter egg combination into the game.
The project demonstrates that I am able to understand and thoroughly explain the dataflow between OOP objects.
Throughout this project I had to utilize skills such as, quick thinking, data structuring, and one of the most important things a programmer needs to do, ensure the data will run in a way that makes it easier on you (i.e, the strings for objects being the name, the ID, and in some cases the switch).
If you want to check out the full project, you can try it out here: https://gamejolt.com/games/Periodic_Pairing/1032581