Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
/ webgm Public archive
forked from luizzeroxis/webgm

Web based version of Game Maker 8.

License

Notifications You must be signed in to change notification settings

gm-archive/webgm

This branch is up to date with luizzeroxis/webgm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

347c5f6 · Jul 6, 2024
Dec 5, 2022
Aug 28, 2023
Jul 6, 2024
Aug 21, 2023
Mar 5, 2023
Mar 11, 2023
Feb 8, 2022
Apr 14, 2024
Apr 11, 2024
Jul 6, 2024
Jul 6, 2024
Aug 22, 2023
Aug 22, 2023
Mar 5, 2023

Repository files navigation

WebGM

Web based version of Game Maker 8.

Live version: https://luizzeroxis.github.io/webgm/index.html

What is this

Game Maker 8 is an old program where you could make Windows games in a simple but powerful way. Many people learned how to program and make games through this software. This project aims to recreate it in a web environment, so that it's free, open, and easy to access. This is mainly for nostalgia purposes, really.

How to run

Clone it, install Node.js, run npm install on the folder.

npm run start will run it in the browser, npm run build will build it in the 'dist' folder. Note that you cannot open the index.html directly, you must create a server for it, using npx http-server, for example.

Licensing

This project is licensed under GPL 3.0 or later. It uses code and/or binaries from software listed in 'packages.json', under their respective licenses, compatible with GPL 3.0 or later. Action type icons from LateralGM (https://github.com/IsmAvatar/LateralGM).

Languages

  • JavaScript 97.8%
  • SCSS 2.2%