Skip to content

Commit

Permalink
(#32) Web client: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 6, 2024
1 parent 7befd42 commit 8664254
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 551 deletions.
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

0 comments on commit 8664254

Please sign in to comment.