1.19.0 • Published 3 years ago

videogame v1.19.0

Weekly downloads
63
License
MIT
Repository
github
Last release
3 years ago

code style downloads license npm version

videogame

Multiplatform game engine

"Everything should be made as simple as possible, but not simpler". - Albert Einstein

Videogame is the powerhouse used by Maragato マラガト titles, among others.

Videogame on mobile devices

Concept

Games are made of scenes, which contain sprites. The engine needs at least one scene to be initialized. That's it.

Features

  • collision detection: translated to events, to keep update logic clean
  • image cache: assets and their transformations are reused automatically
  • user input: human interaction is abstracted via controllers and pointers
  • virtual resolution: internal geometry free the game logic from displays

Installing

Node.js

npm install videogame

then

<script src="node_modules/videogame/videogame.js"></script>
<script src="node_modules/videogame/plugin.js"></script>
<script src="game.js"></script>

Usage

Support

Please consider joining the discussions for collaboration and support.

1.19.0

3 years ago

1.17.0

3 years ago

1.16.0

3 years ago

1.15.0

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.11.0

3 years ago

1.10.5

3 years ago

1.10.8

3 years ago

1.10.7

3 years ago

1.10.6

3 years ago

1.10.4

3 years ago

1.10.3

3 years ago

1.10.2

3 years ago

1.10.1

3 years ago

0.1.7

3 years ago

1.10.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

1.9.0

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago