You know those mobile game adds, were the player has to run through the gates, and then does something obviously stupid, what if the correct choice weren't so obvious, and what if the game taught you basic math.
How much experience does your group have? Does the project use anything (art, music, starter kits) you didn't create?
I have 2 years experience with unity, the tool I used to make this, I also used asset packs from the unity asset store for all the models, an animations, and sound effects.
What challenges did you encounter?
when making the infinite runner portion of the game, I encountered a problem were the game was spawning more terrain objects (including the gates and skeletons) than it should have been. it took me 2 hours to figure it out, but eventually I realized that the problem was the game wasn't spawning the premade piece of terrain I had built for it, but was instead spawning a copy of the last piece of terrain spawned, including any attached gates and skeletons.