Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the web client #63

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ To run the standalone game client, use the following shell command:
$ ./gradlew client:run
```

## Web client

To run the web version of the game, use the following shell command:

```console
$ ./gradlew web:frontend:build
```

Then open a file `web/frontend/build/www/index.html` using a web browser.

## Game server

To run the game server, use the following shell command:
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id("dev.clojurephant.clojure") version "0.6.0" apply false
id("dev.clojurephant.clojurescript") version "0.6.0" apply false
id("com.stehno.natives") version "0.3.1" apply false
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = "hyperspace"
include("client", "core", "server", "web", "web:frontend")
include("client", "core", "server", "web")
41 changes: 0 additions & 41 deletions web/frontend/build.gradle.kts

This file was deleted.

43 changes: 0 additions & 43 deletions web/frontend/src/main/clojurescript/hyperspace/core.cljs

This file was deleted.

90 changes: 0 additions & 90 deletions web/frontend/src/main/clojurescript/hyperspace/game.cljs

This file was deleted.

66 changes: 0 additions & 66 deletions web/frontend/src/main/clojurescript/hyperspace/geometry.cljs

This file was deleted.

17 changes: 0 additions & 17 deletions web/frontend/src/main/clojurescript/hyperspace/gravity.cljs

This file was deleted.

18 changes: 0 additions & 18 deletions web/frontend/src/main/clojurescript/hyperspace/misc.cljs

This file was deleted.

73 changes: 0 additions & 73 deletions web/frontend/src/main/clojurescript/hyperspace/render.cljs

This file was deleted.

Loading
Loading