Git Product home page Git Product logo

mbarulli / e.a.k. Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drumrollhq/e.a.k.

0.0 1.0 0.0 42.91 MB

Erase All Kittens is a new open source HTML/CSS game about an evil rebellion, intent on destroying all kittens on the Internet. Learn to code whilst playing to help save the kittens, and consequently save the world!

Home Page: http://eraseallkittens.com/

License: GNU General Public License v3.0

LiveScript 65.48% CSS 31.89% JavaScript 2.63%

e.a.k.'s Introduction

Erase All Kittens

E.A.K. is a new open source game that teaches kids to code and create on the web. Levels are written in HTML and CSS, but most are impossible until you hack in to them and modify their source code.

The story of E.A.K. is that cute animals on the Internet hate kittens, because they get all the views. They form the evil operation E.A.K. - Erase All Kittens. You must use your coding super powers to save the kittens, and consequently the entire Internet.

Try it online

We have an early demo you can play at http://eraseallkittens.com/.

Screenshot Erase All Kittens!

Team & project

E.A.K. is designed and built in London by Drum Roll. We're something between a games company and an ed-tech startup, and we're huge fans of the Open Web.

The aim of the project is to teach kids real, practical coding skills. After playing the game, we want people to be able to build and publish their own creations on the web.

If you’re interested in what we've done so far or would like to help out, we'd love to hear from you. Fill out the form on our website, and we'll get in touch. If you just want to dive straight in and checkout the code, read on :)

Installing

In order to build E.A.K, you'll need to be comfortable using your computer's terminal. First off, follow the instructions linked to below to install everything you need to get E.A.K. up and running.

Next, you'll need to download E.A.K. and its dependencies. Run the following on your terminal:§

  git clone --recursive https://github.com/drumrollhq/E.A.K..git
  cd E.A.K.
  npm install
  bower install

Building

OK. That was a lot of stuff to install. Hopefully now, we're ready to build E.A.K.

In your terminal, run:

gulp build

This will take a little while initially as it has to convert all the game assets, but should be quicker with subsequent runs.

As E.A.K. runs in the browser, we need to run a web server to serve the game. To start a web server on your computer:

  • If you're not so into the whole command line terminal thing:
    1. Download Server-Thingy.
    2. Open Server-Thingy, click 'Choose Folder'. Find the public folder in your E.A.K. directory.
    3. Open your browser, and go to http://localhost:1337/
  • If text-based interfaces are your thang:
    1. Run npm install -g serve (if that doesn't work, add sudo to the start of the command)
    2. From your E.A.K. folder, run serve public
    3. Open your browser, and go to http://localhost:3000/
  • If you have some other way you like to start static webservers:
    1. Do that. (note: E.A.K's public folder must be on the root on your web server)

Congratulations! You're now (probably) running E.A.K! (If your not, sorry! Please email joe [at] drumrollhq.com and I'll try and help you, and update this guide if I can.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.