OpenRCT2 in your browser!
68
stars
5
commits
HTML
primary language
May 16, 2024
updated
Tooling to build OpenRCT2 for use in your browser!
Building should be as simple as:
# Make sure you cloned recursively
git submodule update --init --recursive
# Build the image!
podman build -t orct2-web .
(or docker build . if you prefer :D)
Just run the image:
podman run -p 8080:8080 -it orct2-web
...And point your browser at http://localhost:8080!
5 commits
Hacker News (1)
HTML
50.4%
Shell
21.3%
Dockerfile
20.5%
Python
7.9%
OpenRCT2 in your browser!
68
stars
5
commits
HTML
primary language
May 16, 2024
updated
Tooling to build OpenRCT2 for use in your browser!
Building should be as simple as:
# Make sure you cloned recursively
git submodule update --init --recursive
# Build the image!
podman build -t orct2-web .
(or docker build . if you prefer :D)
Just run the image:
podman run -p 8080:8080 -it orct2-web
...And point your browser at http://localhost:8080!
Hacker News (1)
5 commits
HTML
50.4%
Shell
21.3%
Dockerfile
20.5%
Python
7.9%