Skip to content

Commit 62a6ca0

Browse files
authored
Update README.md
1 parent 3fc41e0 commit 62a6ca0

1 file changed

Lines changed: 37 additions & 1 deletion

File tree

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# TFG_Project
1+
# Lights Out Project
2+
3+
## Repository
4+
https://github.com/xGauss05/TFG_Project
5+
6+
## Before playing
7+
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

Comments
 (0)