inlife / circle

🕹 Circle - cross-platform mobile game on js

Home Page:https://inlife.github.io/circle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle – relaxing arcade game

A game made using javascript, alongside with all design related stuff, and projects for both Xcode and Android Studio. Can be considered as a working demo on how make a "cross-platform" (in some way) game using just javascript.

Details

It's built using easeljs and tweenjs, and few other libs. Works on the html5 canvas. Mobile applications are basically wrappers around WebView, containing pretty much 0 of native swift/java code respectively.

Why

Reason for creating such weird thing, was more like an attempt to check, is this even possible, and if so, how it will work and what are overall feeling would be.

Result: it's possible to make a small game such way, but i would recommend against doing so. Especially if you need much more canvas drawing operations. One simple, and obvious, reason why not: CPU usage on mobile device will be at max, every second you are playing it.

Links

Description

Simple, funny and relaxing arcade game. Helps to concentrate during a short break. Follow the target and earn points.

  • Session of the game is very short.
  • The difficulty increases over time.
  • Best result is automatically saved.



About

🕹 Circle - cross-platform mobile game on js

https://inlife.github.io/circle/


Languages

Language:JavaScript 75.3%Language:Swift 14.3%Language:Java 5.1%Language:HTML 2.9%Language:CSS 2.4%