github

maierfelix / PokeMMO

  • пятница, 29 апреля 2016 г. в 03:14:00
https://github.com/maierfelix/PokeMMO

JavaScript
Pokémon MMO Engine with Realtime Editor



Pokémon Engine

Demo
Runs the best on Chrome.
Uses the 2d canvas for rendering the editor mode and webgl for the gameplay (unfinished).
Graphics used in the demo are created by EpicDay and Red_Ex
Sounds are taken from SoundBible

  • Z: Action
  • X: Run
  • C: Jump
  • F1: Switch renderer (webgl/canvas)
  • F2: Edit mode
  • F3: Free camera mode (Press right mouse key to drag around)
  • F4: God mode

Setup:

Client:
npm install
npm run watch

Server:
cd ./server
npm install
npm run start
  • Engine

    • Collisions
    • Camera
    • 3D Audio implementation
    • Grid based path finding
    • Maps
    • Map connections
    • Dynamic multi-lingual support
    • Mini map
    • Pings
    • Notifications (Map name, dialog boxes etc)
    • Record/Replay Mode
    • Seed based animations
  • Editor

    • Undo & Redo
    • Select, Copy, Paste, Cut, Delete (unstable)
    • Range map entity selections
    • Map entities
    • Map entities settings
    • Map entity add & edit support
    • Map entity collison box editor
    • Draggable map entities
    • UI
    • Background map tile drawing
    • Background map collision tile drawing
    • Map connections
    • Map entity event code editor
  • Interpreter

    • Syntax
    • Global flags
    • Expressions
    • Game api
    • Frame based step script execution