Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcello3d/klikjs
- Owner: marcello3d
- Created: 2020-04-26T07:21:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:26:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T15:06:21.929Z (29 days ago)
- Language: HTML
- Homepage: https://klikjs.now.sh
- Size: 52.8 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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"
}
```