Have you ever sat down in a new class and stared at the nobodies around you? Wonder who they are, and what they're thinking? Well daydream no more! With Besties™, you can quickly bond with your fellow students! Besties is a game similar to Kahoot where players connect to a server and get randomly matched together to solve trivia questions of increasing difficulty. Let's do what it takes to get CS students to actually talk to each other!
- Create desktop website with which to host game
- Create phone website to play game with
- Set up backend to coordinate game between two screens
- Set up connection between two individual “Besties” phones
- Allow two “Besties” to take group photo
- Add library that host can preselect question bank from
- Add user auth for users to save their question bank to
Week | To-Do |
---|---|
1 | Assign frontend, backend, and fullstack |
2 | Make sure that everyone has their development environment set up, teach everyone Git |
3 | Decide color palette and fonts; find general aesthetic; Begin Figma wireframing |
4 - 6 | Implement website frontend in Svelte, Work on backend |
6 - 8 | Implement mobile frontend in Svelte, Work on backend |
8 - 10 | Presentation development and practice |
FINAL | Inevitable Victory |
- Front End: Svelte & Figma
- Back End: Firebase, ExpressJS, & Socket.IO
- IDE: (Not really part of Tech Stack lol) VSCode
Sisi Aarukapalli - Fullstack
Pankhuri Goyal - Fullstack
Varshni Karthikeyan - Front-end Lead
Xander Pham-Rojas - Back-end Lead
Muaaz Abed - PM
Jon Perry - Industry Mentor
Command | Description |
---|---|
cd "Besties" | Change directories over to our repository |
git branch | Lists branches for you |
git branch "branch name" | Makes new branch |
git checkout "branch name" | Switch to branch |
git checkout -b "branch name" | Same as 2 previous commands together |
git add . | Finds all changed files |
git commit -m "TestyTestTest" | Commit with message |
git push origin "branch" | Push to branch |
git pull origin "branch" | Pull updates from a specific branch |
- Special thanks to ACM leadership for giving us the opportunity for Besties to happen
- And special thanks to viewers like you. Thank you.