Giter VIP home page Giter VIP logo

roguelike's Introduction

Roguelike

This project is a simple javascript recreation of a standard roguelike game.

Features

React

This user interface is written 100% in React 15.0

ES6

The latest Javascript syntax (including modules) are used. Entities are defined as classes, and inheritance is used for player, enemy, and boss objects.

AI

Uses EasyStar JS for pathfinding. Enemies will chase you around within their defined range. If you are low on health, run away to escape!

Responsive UI

Flexboxes are used to make sure the content looks good no matter the screen size. The map adjusts on window resize events.

Building

Builds as a single page app through webpack.

Run npm run build to build the minified production code in the /dist folder

Run npm start to run the local dev server running on http://localhost:8080

Run npm run lint to run code linting

roguelike's People

Contributors

henkler avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.