Skip to content

Commit

Permalink
Direct link
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioganea authored Apr 22, 2018
1 parent fe6b805 commit 8ebdc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Compound
C++ written 2D multiplayer/LAN game engine sprinkled with some Lua extensibility magic. Check out the [website](http://www.compoundgame.com).
C++ written 2D multiplayer/LAN game engine sprinkled with some Lua extensibility magic. Check out the [website](http://compoundgame.000webhostapp.com/).

## Why Compound?
- Cross-platform
Expand Down Expand Up @@ -123,7 +123,7 @@ TriggerServerEvent( eventName, arg1, arg2, ... , arg8 )
## How do I test it?
This build comes packed with a simple game called __Virus Invaders__.

You have to download the server and client ( available [here](http://www.compoundgame.com) ). Then :
You have to download the server and client ( available [here](http://compoundgame.000webhostapp.com/) ). Then :
- Start the server
- Start client 1, open the debugging console by pressing BACKTICK and type : connect("127.0.0.1") and hit Enter
- Do the same thing with a second client. ( Eventually you can put a different ip there if you actually want to test it on different computers )
Expand Down

0 comments on commit 8ebdc4c

Please sign in to comment.