FlatBartender / quick

open multi-platform game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick

Quick

Open multi-platform game engine.

Latest release

Download or link directly to this file.

About

Quick aims to provide a multi-platform, lightweight, easy-to-use engine to be used on game development, focusing in performance, quick development and maintainability. Based on the original engine used in Starship and Ms. Starship, it has evolved with the continuous addition of new features.

Quick includes all requirements for a full-featured game included in a single library. It's the whole thing in a tiny package. It runs on any modern JavaScript runtime, from personal computers with gamepads and keyboards to personal digital assistants with touch screens. Write once, run everywhere... now for real.

Advantages

  • Virtual resolution - run your game in any screen size without affecting your development or game logic
  • Accessible - play with a common user interface for gamepad or keyboard
  • Multiplatform - architecture agnostic at the core, all you need is a JavaScript runtime
  • Complete - no further dependencies required
  • Easy to use - rich, well defined API that feels natural to game development
  • Agnostic - whether you want to write your game with OOP or functional code, the choice is yours
  • Open - free to use, read, and extend it. Enjoy!

Please check the Wiki for more information and feel free to make a donation to this project.

How to use

All you need is to add Quick to your HTML file and make sure you have a canvas element somewhere in your page. Please check the wiki for further information.

Related

VanillaJS

About

open multi-platform game engine

License:MIT License


Languages

Language:JavaScript 100.0%