You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have the Steam app installed on your PC and logged in.
8
+
If it does not work, in any web browser type:
9
+
```cmd
10
+
steam://install/480/
11
+
```
12
+
It should prompt an installation in you Steam app of *Spacewar!*. There's no need to install it, but it is necessary to register it on your account.
13
+
To check if it's registered correctly, go to Library and search for *Spacewar!*.
14
+
15
+
## Online features
16
+
- Create/Join a Lobby
17
+
- Shows a list of players in the current Lobby
18
+
- Chat with the other player in the current Lobby
19
+
- Loads the Gameplay scene for each Client connected
20
+
21
+
## Controls
22
+
| Key | Description |
23
+
| :----: | :-----------: |
24
+
| <code>W</code> | Front movement |
25
+
| <code>S</code> | Back movement |
26
+
| <code>A</code> | Left movement |
27
+
| <code>D</code> | Right movement |
28
+
| <code>MOUSE LMB</code> | Select button |
29
+
| <code>ENTER</code> | Chat in the Lobby |
30
+
31
+
## Developers and their Thesis
32
+
+[Jonathan Cacay Llanes](https://github.com/xGauss05): Development of an Online Videogame using Steamworks API
33
+
+[Ethan Martín Parra](https://github.com/Ethanm-0371): Adaptation of Cyclic Level Generation to 3D Environments
34
+
35
+
## License
36
+
37
+
This project is licensed under an unmodified MIT license, which is an OSI-certified license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.
0 commit comments