Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoft/vas-customisations
Virtual Atom Smasher Customisations Base Repository
https://github.com/wavesoft/vas-customisations
Last synced: 13 days ago
JSON representation
Virtual Atom Smasher Customisations Base Repository
- Host: GitHub
- URL: https://github.com/wavesoft/vas-customisations
- Owner: wavesoft
- License: mit
- Created: 2015-07-27T17:11:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T17:47:28.000Z (over 9 years ago)
- Last Synced: 2024-11-13T04:48:32.806Z (2 months ago)
- Language: CSS
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual Atom Smasher Customisations
This is a base repository that you can fork and write your own customisations to the [Virtual Atom Smasher](http://test4theory.cern.ch/vas/) game.
Refer to the [Virtual Atom Smasher Documentation Wiki](https://github.com/wavesoft/virtual-atom-smasher/wiki) for more details.## Getting Started
1. Fork this repository to your Github account
2. Clone it to your computer and make your changes
3. Don't forget to compile your `style.less` to `style.css` (1)
4. Commit your changes
5. See them online: htt://test4theory.cern.ch/vas#load=**repository-name**@**github-username***(1)* If you have `node.js` and the `lessc` package installed, you can use the scripts `update-css.sh` (or `update-css.bat` for windows) in order to re-build the `style.css` file.