diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-22 21:18:20 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-22 21:18:20 +0200 |
commit | 82ab9cef78020361d556f4208c57ecd9259d51ea (patch) | |
tree | 068c89af9bb40bbfaf483ebb8fc9ebe5f7a65e05 /web/pw-server/src/lib/components/RulesView.svelte | |
parent | 947ced152e43c148830e2c1fb25b9e10e766b5c8 (diff) | |
download | planetwars.dev-82ab9cef78020361d556f4208c57ecd9259d51ea.tar.xz planetwars.dev-82ab9cef78020361d556f4208c57ecd9259d51ea.zip |
populate new index page
Diffstat (limited to 'web/pw-server/src/lib/components/RulesView.svelte')
-rw-r--r-- | web/pw-server/src/lib/components/RulesView.svelte | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/pw-server/src/lib/components/RulesView.svelte b/web/pw-server/src/lib/components/RulesView.svelte index 92de37e..c7d4a4a 100644 --- a/web/pw-server/src/lib/components/RulesView.svelte +++ b/web/pw-server/src/lib/components/RulesView.svelte @@ -1,11 +1,6 @@ <div class="container"> <div class="game-rules"> - <h2 class="title">Welcome to planetwars!</h2> - - <p> - Planetwars is a game of galactic conquest for busy people. Your goal is to program a bot that - will conquer the galaxy for you, while you take care of more important stuff. - </p> + <h2 class="title">How to play</h2> <p> In every game turn, your bot will receive a json-encoded line on stdin, describing the current state of the game. Each state will hold a set of planets, and a set of spaceship fleets |