Inspiration
teepee is very cute
What it does
You can click teepee to collect "pets" and then use those to purchase upgrades that give you even more pets.
How we built it
We used Python 3.13 and the Litestar API framework for the backend, and then React and Next.js for the frontend.
Challenges we ran into
We originally decided the use SQLite for the database, but it quickly got annoying as the API design for it in python is quite old and unusual.
Our original plan included a websocket that would keep track of indivudual users pet counts in order to display a global count, and at certain milestones we would use the verdn api to plant a tree, but this turned out to be very complex to develop within the timeframe so we didnt get to finish the websocket part of the game.
We also didnt get any time to implement the actual upgrades working as intended.
Built With
- litestar
- next.js
- postgresql
- python
- react
- tailwind
Log in or sign up for Devpost to join the conversation.