Skip to content

Game Write Phrase is a fun game that challenges your writing skills. Write the displayed phrase as quickly and accurately as possible to earn points and unlock new levels.

Notifications You must be signed in to change notification settings

Th3Mayar/write_phrase

Repository files navigation

Game Write Phrase

Project create by (Th3Mayar)

Game Write Phrase Logo

Game Write Phrase is a fun game that challenges your writing skills. Write the displayed phrase as quickly and accurately as possible to earn points and unlock new levels.

🚀 How to start?

You can start by cloning this repository and then installing the dependencies with the following command:

npm install

📂 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── library
│   │     └── timerMin.js
│   └── favicon.svg
│   └── GameWrite.svg
│   └── GameWritePNG.svg
├── src/
│   ├── components/
│   │   └── Footer.astro
│   │   └── Phrase.tsx
│   │   └── startButton.js
│   │   └── TimerGame.tsx
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── game.astro
│       └── index.astro
│   └── stores/
│       └── Phrase.ts
│   └── types/
│       └── types.d.ts
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

2024 Write Phrase Game By Th3Mayar. Open Source free

About

Game Write Phrase is a fun game that challenges your writing skills. Write the displayed phrase as quickly and accurately as possible to earn points and unlock new levels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published