nwforrer / clh-bash

Arcade game to show your Command Line Hero Skills! The game challenges you to enter as many valid command line commands that you can think of as fast as you can in 1 minute.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clh-bash

screenshot from 2019-01-18 17-22-17

Development

Install dependencies.

npm install

Start the dev server.

npm start

Extract the compressed MTL and OBJ files.

npm run extract

If you need to make changes to MTL/OBJ files and want to preserve them, run this to compress them. Only gzipped MTL/OBJ files are saved in the repo.

npm run compress

About

Arcade game to show your Command Line Hero Skills! The game challenges you to enter as many valid command line commands that you can think of as fast as you can in 1 minute.

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.2%Language:HTML 3.0%Language:CSS 2.8%