Giter Site home page Giter Site logo

projectfluctlight's People

Contributors

hakusaro avatar zpiispanen avatar

Watchers

 avatar  avatar

projectfluctlight's Issues

Project name issues

Project Fluctlight consistently sounds like "Fucklight" or "Fleshlight" when attempting to explain to friends what it is.

Suggestion: rename to different name.

Implement Skills and Proficiency System

Create a skill system that tracks proficiencies. It should be expandable and easy to add new skills to.

Requirements:

  • Database (#4) to keep track of each player's skills.

Reasons:
We should have the ability to track skills and their levels. This is important in order to have player classes and player crafting.

Notes:
Preferably, the system should include these things:

  • It should be easy to expand.
  • It should allow for skill prerequisites.
  • It should allow for skill progression.

Rest api

Long term task/discussion.

I think shipping a desktop/mobile app of this project down the road would be nice. While making a mobile version of the web page is a safe solution, implementing a desktop app requires an api for us. I think the safe bet is to create one around a rest api.

Implement queued database operations per user/subsystem

Requirements:

  • Database is implemented (#4)

Reason:
Since this game is web based, all requests will be async. We need to be able to ensure proper behavior, should a player open 10 tabs and click the buttons all at once. This demands that each response is blocked on a queue of database operations for that user, such that we do not get some weird bugs where they can buy things for free. It is per user for most operations, but things such as towns and stuff will need to be queued for that specific object.

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.