hanako-eo / Spiel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spiel

Spiel (game in German) is a simple game engine.

How to use Spiel

🤔? it's a good question;

Spiel is a simple object (a typescript namespace in reality but 🤫 ), in it, there's ex(to execute a class), Loader(an object to load elements), Entity(an object to create a class entity) and Game(to start the game)

How to install Spiel?

with npm. npm i spiel-engine or yarn add spiel-engine (yes, spiel is already used)

How to create a game

with Game of course!

new Spiel.Game()

About

License:MIT License


Languages

Language:JavaScript 90.7%Language:TypeScript 9.3%