francoisschwarzentruber / circlengine

A Javascript very tiny game engine and a fantasy console where every entity is a circle!

Home Page:https://francoisschwarzentruber.github.io/circlengine/actionadventure.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circlengine

A very tiny engine for creating video games where every entity is a circle! A fantasy console that only displays circles. Many retro-style games are pixelized, and refer to pixel art. Here, it is about an uchrony where it is easy for computers to display circles. The basic drawing primitive is not blitting bitmaps, but drawing colored disks. This repository explores that would have been that uchrony. It consists in an imaginary retro-console in that alternate history. The name is a tribute to the PC-engine.

Examples

image [https://francoisschwarzentruber.github.io/circlengine/platformer.html]

image [https://francoisschwarzentruber.github.io/circlengine/topdownadventure.html]

About

A Javascript very tiny game engine and a fantasy console where every entity is a circle!

https://francoisschwarzentruber.github.io/circlengine/actionadventure.html

License:GNU General Public License v3.0


Languages

Language:HTML 79.7%Language:JavaScript 20.3%