Coder Social home page Coder Social logo

okolina's People

Contributors

pladams9 avatar

okolina's Issues

Server-side logging

  • What should be logged?
    • What level of detail?
    • What different categories (tables)?
  • Clean up?
    • Scheduled or based on volume?
    • Delete records or archive in some way?

Clean up database access

Create a clean, consistent way to access the database from the server-side scripts (primarily ajax.php and admin.php).

Create build process

Current thinking is:

Use gulp

  1. rollup to combine es6 modules
  2. babel to transpile to es5
  3. uglify to minify the final script

I believe gulp will need vinyl-source-stream and vinyl-buffer to work directly with these packages instead of resorting to gulp plugins.

Client tile engine

Tile engine for displaying levels in the client. Fed an array of tile info, display tiles.

May need information such as:

  • Solid/not solid
  • Tile image
  • Tile animation
  • Layers?

Room generator

Generate room based on biome (or other) data and size. Generated on server at request (a caching system would be important too).

Create consistent AJAX API

There should be a simple and consistent way of making AJAX requests to the server.

Thoughts:

  • Client should send something like { request_string, { data } }
  • Server should send back { { result_code, result_string }, { data } }

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.