A car-price guessing game.
This project is licensed under the MIT License (with the Commons Clause) - see the LICENSE file for details. Note: This license permits non-commercial use only.
There are currently 5 pages in the game. In this section, we will go through each one.
The main menu - this screen has the difficulty selector, autocards page button, play buton and a 3D car model.
Main gameplay page with image carousel, stats and a guess display.
Game over screen with options to go home or play again. Opens the card-draw screen depending on score.
View unlocked cards.
Draw a new autocard. The rarity depends on the score that was achieved in the game.
Tailwind 3 is being used for styling.
AutoGuessr was built with Svelte 5, powered by sv
.
Once you've created a project and installed dependencies with npm install
, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.