oxygen-core
Version:
Oxygen game engine (Xenon Core for browsers)
42 lines (32 loc) • 1.44 kB
Markdown

# Oxygen Core
## v1.4.44
### Professional HTML5 game engine - One of the best Xenon Core engines family.


## Table of contents
1. [Installation](#installation)
1. [Simple project generator](#simple-project-generator)
1. [Imagination is your ONLY limit](#imagination-is-your-only-limit)
## Installation
```bash
npm install --save oxygen-core
```
## Simple project generator
To automatically generate base project structure and install dependencies:
```bash
npm install -g oxygen-project-generator
```
Then:
```bash
cd path/to/your/project
oxy-gen -n project-name
```
## Live Playground Tutorials
1. [Hello, Playground!](http://labs.oxygencore.io/BJi1KjNFM)
1. [Simple entity movement](http://labs.oxygencore.io/rJhJTi4KM )
1. [Advaned yet easy to use input handling with `InputHandler` component](http://labs.oxygencore.io/ry24CjEKM)
1. [Camera effects with easy to use `PostprocessRack` component](http://labs.oxygencore.io/BybMizh9z)
## Imagination is your ONLY limit
Check **[Operation: SoulHunter](http://soulhunter.psichix.io)** game to see what you can do.
**Imagine more, don't limit yourself - make your HTML5 dream come true!**