Skip to content

☁️Typing Kumo: An open-source web game for typing practices

License

Notifications You must be signed in to change notification settings

AAsteria/Typing-Kumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Kumo

'Kumo' comes from the Japanese word 'Cloud' ... but is it truly so pure and innocent? There might be something lurking in ...

Kumo Demo

How to play

Glad you find it! Since this project is still at its starting point, here's what you need to do to run the game:

  1. Download the Project
  • Download the ZIP file from the repository or release section, or you can use the following commands:

     cd path\to\where-you-want-to-keep-this-project
     git clone https://github.com/AAsteria/Typing-Kumo.git
  • Right-click the ZIP file and select "Extract All". Extract it to your desired folder. Check the folder to ensure you have all required files to run the game as they are listed in Github repo.

  1. Install Node.js
  • Download and install Node.js from Node.js.

  • Open Terminal or PowerShell or Command Prompt (based on your operation system) and verify the installation:

     node -v
     npm -v
  1. Navigate to the Project Folder
  • Open Command Prompt or PowerShell, type:

     cd path\to\Typing-Kumo-main

    If you don't know how to find the correct path, you can simply type cd and a space( ), then drag the folder you just extracted into your Command Prompt or PowerShell.

  1. Install Dependencies
  • In the project folder, run:
     npm install
  1. Run the Server
  • After the dependencies are installed, start the server by typing:

     node server.js

    you should see:

     Server is running on http://localhost:3000
  1. Open the Game and Play
  • Open your browser (don't close the running server) and go to:
     http://localhost:3000
    Enjoy playing!

Contributing

Welcome to add any serious or mischievous features to Kumo!

Whether it's a brilliant idea or a quirky Easter egg, feel free to submit a Pull Request.

Let's make typing practicing more diverse and fun!

About

☁️Typing Kumo: An open-source web game for typing practices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published