Skip to content

pajtai/Platformista

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platformista

Features to implement:

  • Game Engine
    • requestAnimationFrame with setInterval as fall back
    • position calculated at each tick, sprite animation calculated at each update
  • Platform
    • ASCII map to platform
      • ASCII character to sprite / texture definitions
    • view port
    • Map panning
      • Smoothly
      • Tile by tile
    • Map rotation
    • Map zooming
    • Platform editor
      • Simple drag and drop editor that outpus JSON that can be used as Platformista input
  • Input
    • Seamless mobile support
      • Keyboard - fall back to touch (screen area for arrows, tap for fire)
  • Game Play
    • Save and play back
  • Graphic elements
    • inView method
    • visible method
    • Characters
      • "being" objects
      • customized using object composition with standard available add ons or custom
      • line of site
  • Linear Algebra

About

Platform game engine for JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors