Git Product home page Git Product logo

lemmings-clone's Introduction

Lemmings Clone

A Lemmings clone using HTML5 and Javascript

View a demo on YouTube here.

Game Play

Try it out locally with docker-compose:

# download docker-compose.yml
wget https://raw.githubusercontent.com/pianomanfrazier/lemmings-clone/master/server/docker-compose.yml
docker-compose up

Contributors

Libraries Used

Configuration

The level maps are found in server/public/levels. The corresponding lemming resources (i.e. number of lemmings, bombers, umbrella, ...) is found in client/js/config.js. Placing meta-data in the csv was difficult to parse so it is separate for now.

TODO:

Allow user to upload user maps and meta data for level.

External Dependencies

The Node server needs a MongoDB to connect to save scores and users. The game will work just fine without the database though.

  • MonogDB -- start a docker instance with docker run --name lemmings-mongo -p 27017:27017 -d mongo
  • sass -- must be in your executable path in order to compile the sass to css

run project for development

  • install all node_modules (we use yarn yarn at project root)
  • go to server/ run nodemon. Install nodemon with npm install -g nodemon.
  • open a new terminal, go to project root and run gulp
  • open your browser to localhost:3001 (if it automatially opens your browser manually refresh the page once to make sure everything is loaded)

Screenshots

Top Menu Credits High Scores Configuration Choose Level

lemmings-clone's People

Contributors

ironlink21 avatar pianomanfrazier avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ohsevin

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.