jokenpo

Jokenpô (rock–paper–scissors) in Nodejs

MIT License

Stars
6

jokenpo

Jokenp (rockpaperscissors) in Nodejs

This code is not made to see beautiful. I use that to teach JavaScript and Node.js in my social program: fullstack developer course.

How to run

You need Node.js instaled on your system.

Follow the documentation to install: nodejs.org.

Open your terminal and run this statement:

node index.js

Or:

npm link

And: jokenpo in terminal.

Next steps

  • input and output player name
  • player score
  • best scores
  • best scores (in local file)
  • best scores in SQLite
  • a web page with best scores
  • local multiplayer
  • online multiplayer