Giter VIP home page Giter VIP logo

istim-games's Introduction

istim-games

Build Status

Game manager API for the Istim Gaming Platform.

Server URL

http://istim-games.nodejitsu.com

Services

Games

  • Publish game
    • POST to game/create
  • Edit game info
    • PUT to game/:id
  • Remove game
    • DELETE to game/:id
  • Like a game
    • POST to game/:id/like
  • Get all available games
    • GET to game/
  • Get a game
    • GET to game/:id
  • Soon:
    • Buy Games
      • POST to game/:id/buy
  • Obs:
    • Only authenticated users can like a game.
    • Only an (authenticated) user classified as game developer can create, update or delete a game.
    • Only the game's owner can edit or delete his/ her own games.

Achievements

  • Create achievements for a game
    • POST to achievement/create
  • Edit achievements info
    • PUT to achievement/:id
  • Remove achievement
    • DELETE to achievement/:id
  • Get available achievements for a specific game
    • GET to game/:id/achievements
  • Get all available achievements
    • GET to achievement/
  • Get a achievment
    • GET to achievement/:id
  • Obs:
    • Only authenticated users can like an achievement.
    • Only an (authenticated) user classified as game developer can create, update or delete an achievement.
    • Only the game's owner can edit or delete his/ her games' own achievements.

Dependencies

User API

  • Authentication

Examples of game and achievement


   var game = {
    name: 'Joguim dos Leleks - Lesk\'s Origin',
    description: 'Joguim dos Leleks, a origem das lelekagens',
    releaseDate: new Date(),
    userId: 1,
    likes: 0,
    id: 1,
    systemRequirements: "Um PC da Xuxa"
  };
  var achievement = {
    title: 'Let\'s Lek',
    decription: 'Domine o poder da zuera',
    icon: 'http://imgsapp.oimparcial.com.br/app/noticia_130321921166/2013/02/15/129893/20130215154254551863i.jpg',
    game: 5,
    id: 1
  }

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.