Giter Site home page Giter Site logo

explorers's Introduction

Explorers

This is meant to be a web game where you control a character exploring the world.

Goals

The goal is to use this project as a test of a set of Javascript tools.

The project needs to be complex enough as to evaluate the tools in a close to real-world scenario.

The game avoids the use of the canvas element as the tools to be tested are focused on HTML/CSS/Javascript development.

The game will avoid as much as possible the use of any tooling outside of the browser environment.

The game will avoid as much as possible any tool that is not under test.

Tools under test

The tools are assumed to exist in a sibling folder called tools. Symbolic links are used to invoke the tools

The game

The core ideas of the game are:

  • player can choose among a set of possible avatars
  • each avatar has a different skillset
  • players can explore a huge world in an HTML page, lazyloading as they explore it
  • battles are held between players and NPCs in a turn-based fashion where each select their attacks/defenses and the results are computed per turn
  • players have an inventory where they can store items
  • players can save and load game states, which contain the characters and the location. The state of the world is to be determined by the server. The world may continue to change while the players are offline.

Art

Art is made of static images like cards. Special effects are applied in some situations.

Sound

Ambience and music are provided by http://tabletopaudio.com.

Development

Milestones

Toy / tools

We are to "build the toy first", so the first milestone is to build the toy upon which the game is to be built.

Features:

  • Character: selection, movement, inventory, healtht points, power points
  • Scenario: Continents with cities, forests, Mountains.
  • Vessels: Ships and Carriages for transportation (allowing users to quickly jump to other parts of the map).

Game mechanics

Mostly to be developed. So far the idea is to have a turn based RPG-like game.

explorers's People

Contributors

ndvo 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.