Skip to content

Commit

Permalink
Changed image links.
Browse files Browse the repository at this point in the history
  • Loading branch information
chandler767 committed Aug 15, 2018
1 parent 97559a4 commit 75dfc1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

Playing a game alone is not nearly as fun as playing with your friends and that's why online games like massively multiplayer online games (MMOs) are a huge revenue stream that continues to grow rapidly every year. In June 2018 [consumers spent an estimated $9.1 billion digitally across all platforms [on MMOs]](https://www.superdataresearch.com/us-digital-games-market), compared to $7.9 billion last June. The design of online games can range from simple text-based environments to incredibly complex virtual worlds. A few other examples of popular online multiplayer games types include first-person shooters (FPS), real-time strategy games (RTS), and multiplayer online battle arena games (MOBA).

This project is intended to show how PubNub can be used to create a simple terminal based game. [PubNub is perfect for powering multiplayer games](https://pubnub.com/multiplayer-gaming/?devrel_gh=Space-Race) because it makes it easier to build a fast and scalable multiplayer game. In this game PubNub is used to manage the players in the game lobby and to transmit game data. The game is built in Go using the [PubNub Go SDK](https://www.pubnub.com/docs/go/pubnub-go-sdk?devrel_gh=Space-Race) and is cross platform. You can learn more about how this game was built from the blog post (coming soon).
This project is intended to show how PubNub can be used to create a real-time multiplayer game. [PubNub is perfect for powering multiplayer games](https://pubnub.com/multiplayer-gaming/?devrel_gh=Space-Race) because it makes it easier to build a fast and scalable multiplayer game. In this game PubNub is used to manage the players in the game lobby and to transmit game data. The game is built in Go using the [PubNub Go SDK](https://www.pubnub.com/docs/go/pubnub-go-sdk?devrel_gh=Space-Race) and is cross platform. You can learn more about how this game was built from the blog post (coming soon).

[<img alt="PubNub usage in Space Race" align="center" src="https://i.imgur.com/ODdp1kY.png" height="150">](https://pubnub.com/?devrel_gh=Space-Race)
[<img alt="PubNub usage in Space Race" align="center" src="https://i.imgur.com/ODdp1kY.png" height="150">](https://pubnub.com/multiplayer-gaming/?devrel_gh=Space-Race)

## Getting Started

### Quick Start

The fastest way to get started is to [download and run the appropriate binary for your OS](https://github.com/chandler767/Space-Race/releases/latest). You don't need to install Go or any dependencies to run the game. See the 'How To Play' section below to get racing.

[<img alt="Space Race Demo" align="center" src="https://i.imgur.com/CROuwN6.gif" height="150">](https://pubnub.com/?devrel_gh=Space-Race)
[<img alt="Space Race Demo" align="center" src="https://i.imgur.com/CROuwN6.gif" height="150">](https://pubnub.com/multiplayer-gaming/?devrel_gh=Space-Race)

### Building From Source

Expand Down Expand Up @@ -56,7 +56,7 @@ make build
./space-race
```

[<img alt="Space Race Game" align="center" src="https://i.imgur.com/z9RMA6K.png" height="150">](https://pubnub.com/?devrel_gh=Space-Race)
[<img alt="Space Race Game" align="center" src="https://i.imgur.com/z9RMA6K.png" height="150">](https://pubnub.com/multiplayer-gaming/?devrel_gh=Space-Race)

## How To Play

Expand All @@ -72,7 +72,7 @@ make build

6. You can leave the game while playing by pressing ESC. If you leave the game then the other player wins automatically.

[<img alt="Space Race Game" align="center" src="https://i.imgur.com/Rml08Qq.png" height="330">](https://pubnub.com/?devrel_gh=Space-Race)
[<img alt="Space Race Game" align="center" src="https://i.imgur.com/Rml08Qq.png" height="330">](https://pubnub.com/multiplayer-gaming/?devrel_gh=Space-Race)

### Limitations

Expand Down

0 comments on commit 75dfc1a

Please sign in to comment.