Skip to content

Commit

Permalink
Updated URLs, add historical live version, version bump, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianOellers committed Jun 12, 2023
1 parent 1213705 commit 86fc69b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
41 changes: 28 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand All @@ -64,15 +67,11 @@ History

There are no actual enemies yet. Please use your nerdy imagination for that.

<br><br>

## Examples

Find the live version to play here:
<br>

- [Play game »](https://christianoellers.github.io/2D-Space-Shooter-Concept)
---

<br><br>
<br>

## How to use

Expand All @@ -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

<br><br>
<br>

---

<br>

## Issues

Expand All @@ -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 ;)

<br><br>
<br>

---

<br>

## Credits

Expand All @@ -117,15 +124,23 @@ See it as technology junkyard, to pick from what you need and build your own ;)

Some sounds have been edited.

<br><br>
<br>

---

<br>

## Contributors

Thanks for all the support, help and creative feedback!

- Danny N. Grübl

<br><br>
<br>

---

<br>

## Todo

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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'",
Expand Down

1 comment on commit 86fc69b

@vercel
Copy link

@vercel vercel bot commented on 86fc69b Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.