Bitcamp 2025 Project: This project takes in a the user's reading and generates 5 questions using Gemini. The user can choose one of four elemental dino characters and answer questions to fight an opponent dino. Each question will have 4 answer choices and the user will recieve feedback based on their answer. The user's dino will attack or receive an attack based on each answer result.
untitled0.py This connects our app to Gemini and generates the questions.
full_gameplay.py This designs the look on each page including the placement of the dinoes, their motions and actions, and buttons. This is our main file! Here you can find all the code for the designs and functionality of the game, including the look of each page, the Gemini API calls, and animations.