Skip to content

netzzwerg/bot-game

Repository files navigation

Bot Game

Simple programming game for children.

Features

  • Grunt or Gulp task runner and build system.
  • Simple Local HTTP Server with live browser reload.
  • CSS preprocessor with Sass and LibSass.

Features (TBD)

Build Task

Task Grunt Task Gulp Task
local server grunt-contrib-connect gulp-connect + gulp-open
file watcher grunt-contrib-watch gulp.watch
css preprocessor grunt-contrib-sass gulp-sass
autoprefixer grunt-autoprefixer gulp-autoprefixer
javascript hint grunt-contrib-jshint gulp-jshint
javascript uglify grunt-contrib-uglify gulp-uglify
unit test grunt-karma gulp-karma
test runner karma-jasmine karma-mocha

Requirements

  • Node.js
  • Ruby, Sass 3.2
  • Grunt ^0.4.0

Usage with Grunt

npm install -g grunt
npm install -g bower
npm install
bower install
grunt

Usage with Gulp

npm install
npm install -g gulp
bower install
gulp

License

MIT License

© 2014 Béla Varga <bela@ecmanauten.de>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Bot Game

Resources

License

Stars

Watchers

Forks

Packages

No packages published