GithubHelp home page GithubHelp logo

webcraft's Introduction

webcraft

a web-first game engine

webcraft's People

Contributors

voces avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

webcraft's Issues

Single Player

Allow an App to accept boolean singlePlayer. When set to true, the client create a Player for themself and initiate its own update loop.

Hub + Host

Develop a hub that will handle authentication, friends, clan management, chat hosting, and game list management from which it'll bridge clients to hosts. Hub can optionally also act as a host.

Develop a host system that will be capable of running multiple games as a server.

Terrain

Create a terrain class that will be able to handle:

  • Mesh generation from a heightmap + tilemap.
  • Pathing flags (walkable, buildable, swimable, flyable, but abstracted).
  • Efficient range querying (for doodads and its subclasses). Should employ a quadtree or better.
  • Pathfinding: plotting a course for a circle through the terrain sticking to pathing flag requirements. Should employ a navmesh or better.

Catch testing up to existing code

  • Create unit tests for every file in /src
  • Create unit tests for every class file in /examples
  • Simulate every main.js in /examples with a server and a client connecting

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.