Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Aug 20, 2023
1 parent b8fe049 commit 5274841
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 706 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ to be compatible.
1. `make` to build and run a test server
2. Navigate to `localhost:8081` (or whatever port is printed in the console)

### HTTPS

If you build the server in `--release` mode, it will force HTTPS using a self-signed certificate.

Optionally, specify `--certificate-path` and `--private-key-path` to use a trusted CA certificate (e.g. acquired via [Let's Encrypt](https://letsencrypt.org/)). The server will periodically check for and load renewed certificates.

## Developing

If you follow the *Building* steps, you have a fully functioning game (could be used to host a private server). If your goal
Expand All @@ -68,7 +62,7 @@ One notable feature of the engine is an (optional) admin interface. To build it:
1. Enter `/engine/js`
2. `make`
3. Deploy the server to host the admin interface
4. Go to `localhost:8080/admin`
4. Go to `localhost:8081/admin/`
5. Paste the contents of `engine/game_server/src/auth.txt`, generated randomly by a build script, into the alert dialog

### Macros
Expand All @@ -82,3 +76,7 @@ and game engine macros can be found in the `engine/engine_macros` directory. A f

## Contributing
See [Contributing](https://github.com/SoftbearStudios/mk48/wiki/Contributing) Wiki page.

## Trademark

Mk48.io is a trademark of Softbear, Inc.
11 changes: 0 additions & 11 deletions engine/game_terraform/core.tf

This file was deleted.

38 changes: 0 additions & 38 deletions engine/game_terraform/dns.tf

This file was deleted.

59 changes: 0 additions & 59 deletions engine/game_terraform/linode.tf

This file was deleted.

8 changes: 0 additions & 8 deletions engine/game_terraform/provider.tf

This file was deleted.

207 changes: 0 additions & 207 deletions engine/game_terraform/server_init.sh

This file was deleted.

34 changes: 0 additions & 34 deletions engine/game_terraform/variable.tf

This file was deleted.

0 comments on commit 5274841

Please sign in to comment.