Skip to content

Target training mini-game / mouse accuracy exercise

License

Notifications You must be signed in to change notification settings

tiagopadua/aimshoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aimshoot

Target training mini-game / mouse accuracy exercise

You can see it working here: https://tiagopadua.com/aimshoot/aimshoot.html

Build

Note: the build was tested on Linux. Probably won't work on other OS.

To prepare for building, you need to have installed npm.

Then, on the project root folder, run once:

npm install

After prepared, just run the following command to build:

npm run build

This will create the folder ./dist with all the compiled/minified & ready to distribute files. You can open then the file ./dist/aimshoot.html on the browser.

Dependencies

  • Vue.js: Framework for assembling the interface/menus.

  • jQuery: Helper functions for DOM interacting.

  • Npm: Node.js packet manager - to install webpack + dependencies and run build commands.

  • Webpack: To compile SASS into CSS, minify js, and pack everything into a distributable bundle.