Giter Site home page Giter Site logo

wasabigame's People

Contributors

hasan-jawaheri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wasabigame's Issues

Add a logger

Add a logger to WasabiGame (should be later moved to Wasabi, as should this whole module)

Requirements:

  • Globally accessible (in the Wasabi instance)
  • Logs timestamp, severity and message
  • Log to a buffer, add ability to redirect it
  • Implement redirection to a console window

Graphics are very janky

Graphics are very flickery and it seems like there is a problem passing data to shaders. Need to double check if using a stable version of Wasabi

Reorganize WasabiGame library

This library is a mess. Reorganize as follows:

  • Replace "new" with smart pointers wherever possible
  • Incorporate networking into the library
  • Incorporate the scheduler into the library (separate from networking)

Create a playable map

Anything will suffice, maybe some interesting spots and possibility of "dying" (falling off)

Implement a chat feature

Implement a simple chat box (global chat for now) and player chat bubbles (on top of player) when nearby

Create the simulation

Create the simulation:

FR:

  • It should create a Wasabi Physics component
  • It should allow visualization
    • For now, always create wasabi debugger on the side
  • accept player loading/removal (and send load/unload/update status to players)

Implement a server-controlled NPC

Functional requirements:

  • NPC driven by an AI on the server
  • Does donuts and sometimes jumps
  • Players should be able to see him roughly in the same spot

Implement (initial) player synchronization

Functional requirements:

  • Server is ultimate source of truth
  • Players play on their own, send their motion to server
  • Players receive other players' motion in the past in a separate logical timeline and replays it with some delay
  • Small incremental corrections to player motion as it skews away from server

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.