@frakas/api v0.1.11
@frakas/cli is a command line tool a nodejs library and a cloud backend for making games multiplayer.
What can I do?
Get started making a browser based multiplayer in one command. The frakas api is opinionated and simplifies common challenges in making an online distributed multiplayer game.
Getting Started
Prerequisites
- Install Node.js which includes Node Package Manager
- Install Typescript
Installation
To use FRAKAS in your project, run:
npm i @frakas/cli
Usage
To get setup run:
frakas init
This will create files required for basic application in you current directory
To build and run:
frakas serve
This with compile typescript files, start a backend run time and basic web server to host game.
For questions or how to contribute, reach me at reubenh@frakas.net
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago