Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcello3d/klikjs

Next.js-based Website that lets you play Classic Klik & Play games online
https://github.com/marcello3d/klikjs

Last synced: 15 days ago
JSON representation

Next.js-based Website that lets you play Classic Klik & Play games online

Awesome Lists containing this project

README

        

# [Klik.js](https://klikjs.now.sh)

Classic Klik & Play games compiled for web with Clickteam Fusion 2.5 HTML Exporter.

## Getting Started

First, run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Add more games

Export using the HTML exporter to the `public/games/` folder. Add an info.json file for more detail, e.g.:
```json
{
"name": "Excellente Adventure",
"author": "Arther O. Game",
"date": "Jun 6 1996",
"description": "What happened anyway",
"tool": "knp"
}
```