Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.54 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.54 KB

Ignite! Badge

Ignite screenshot

Summary

Operation ignition is a Online Web base real time Multiplayer, RPG game. Ignite will feature random terrain generation, with both perfect maze and procedurally generated styles. Ignite will also have a variety of standard RPG features like classes, guilds, items, quests and more!

Technologies

Our project is based on the mean stack with other technologies such as Socket.IO, JQuery, Bootstrap and more to come.

API Endpoints

Endpoint GET POST PUT PATCH DELETE
/api/players/data returns current user's player data updates current user's player data not in use not in use not in use
/api/classes/data return list of all the games classes not in use not in use not in use not in use

Reference

  • player global object containing the game related data like health, specialization, location, inventory, ect. For more specific details check out the schema