Skip to content

Having fun while learning to type fast and correct on you keyboard

License

Notifications You must be signed in to change notification settings

ideadapt/loremipsum

 
 

Repository files navigation

Lorem Ipsum – learn to type, have fun doing so

Features

  • Customize character set
  • Random level generation
  • Sounds and Animations ;)

Play at

https://loremipsum-typewriter.herokuapp.com/

Setup

You'll need to install a few things before you have a working copy of the project.

1. Clone this repo:

2. Install node.js and npm:

https://nodejs.org/en/

3. Install dependencies:

Navigate to the cloned repo's directory.

Run:

npm install

4. Run the development server:

Run:

npm run dev

This will run a server so you can run the game in a browser. It will also start a watch process, so you can change the source and the process will recompile and refresh the browser automatically.

To run the game, open your browser and enter http://localhost:3000 into the address bar.

Build for deployment:

Run:

npm run deploy

This will optimize and minimize the compiled bundle.

Credits

Based on:

Phaser+ES6+Webpack

js-standard-style

About

Having fun while learning to type fast and correct on you keyboard

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • JavaScript 96.5%
  • HTML 3.5%