Camp Retro is an interactive game where a user signs up as a camper at Camp Retro, plays games, gains tokens, and wins prizes. 🏕️🌲
- Take a break from doom scrolling social media and Sign up for an adventure at Camp Retro
- Create a Camper profile to showcase their unique personality
- Fill their lunchbox with snacks and a drink for a long day of adventures
- Play childhood games like Rock Paper Scissors (more games coming soon!)
- Beat the games and win magic tokens
- Cash in those tokens for nostalgic prizes
-
Fork Camp Retro repo
-
Git clone your forked copy of Camp Retro to your local environment. Open in your IDE
-
Open a new terminal in IDE
-
COPY each instruction below. PASTE in the terminal. Press ENTER/RETURN
-
Install Dependencies
pipenv install
- Enter the shell
pipenv shell
- Start server
honcho start
-
COPY URL from the terminal and PASTE in the web browser
-
To QUIT honcho server
q