From 86fc69b79bedb1cf4e5a347ceb30c4a544141c00 Mon Sep 17 00:00:00 2001
From: Christian Oellers <2101569+ChristianOellers@users.noreply.github.com>
Date: Mon, 12 Jun 2023 14:53:57 +0200
Subject: [PATCH] Updated URLs, add historical live version, version bump,
formatting
---
README.md | 41 ++++++++++++++++++++++++++++-------------
package.json | 6 +++---
2 files changed, 31 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
index c0bf6c2..38be0ec 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Silent Space](teaser.png)](https://christianoellers.github.io/Silent-Space)
+[![Silent Space](teaser.png)](https://silent-space.vercel.app)
# Silent Space - Experimental space shooter
@@ -54,7 +54,10 @@ History
- 2020: I decided to start rebuilding it with current technologies and skills, but it's quite a process!
- 2023: Rebuild all graphics, new game mechanics, audio, win/lose conditions, additional Fx.
-- [View historical release »](https://github.com/ChristianOellers/2D-Space-Shooter-Concept/releases)
+#### 2013 version
+
+- [Play »](https://christianoellers.github.io/Silent-Space)
+- [See code »](https://github.com/ChristianOellers/Silent-Space/tree/gh-pages)
### Features & Gameplay
@@ -64,15 +67,11 @@ History
There are no actual enemies yet. Please use your nerdy imagination for that.
-
-
-## Examples
-
-Find the live version to play here:
+
-- [Play game »](https://christianoellers.github.io/2D-Space-Shooter-Concept)
+---
-
+
## How to use
@@ -82,7 +81,11 @@ Find the live version to play here:
- Install Node.js and the project dependencies
- Run `npm run start` to start a local webserver
-
+
+
+---
+
+
## Issues
@@ -100,7 +103,11 @@ That's why I considered to spend my spare time on developing the game itself, no
See it as technology junkyard, to pick from what you need and build your own ;)
-
+
+
+---
+
+
## Credits
@@ -117,7 +124,11 @@ See it as technology junkyard, to pick from what you need and build your own ;)
Some sounds have been edited.
-
+
+
+---
+
+
## Contributors
@@ -125,7 +136,11 @@ Thanks for all the support, help and creative feedback!
- Danny N. Grübl
-
+
+
+---
+
+
## Todo
diff --git a/package.json b/package.json
index 7f53ddc..eed99ed 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
- "name": "2d-space-shooter-concept",
- "description": "2D Space Shooter Concept",
+ "name": "silent-space",
+ "description": "Silent Space - Experimental space shooter",
"author": "Christian Oellers",
"license": "MIT",
- "version": "0.0.1",
+ "version": "1.0.0",
"private": true,
"scripts": {
"start": "npx serve 'src'",