grit:lab Åland Islands 2023
The retro game "Maze Wars" reimplementation using the rust.
For details see task and audit questions.
- Properly installed rust. Version
1.74.1
used for development.
terminal: ./do
terminal: ./hybrid server
terminal: ./hybrid client
Use the same ip:port pair for server and clients.
terminal: ./dev-server
terminal: ./dev-client
(This computer should be visible on the network to the clients)
terminal: ./hybrid server
Type : 127.0.0.1:8000
Name : Unique name (Don’t use same on client and server)
terminal: ./hybrid client
Type : 127.0.0.1:8000
Name : Unique name (Don’t use same on client and server)
(example of network IP: 10.5.126.33)
terminal: ipconfig getifaddr en1
terminal: ./do
terminal: ./hybrid client
Type : network IP from Computer 1 , with port. Example :
10.5.126.33:8000
Name : Unique Name (Don’t use same on client and server)
Game begins on level 1 by default. With the exception of :
If port number ends with 2, game will start with level 2 map.
If port number ends with 3, game will start with level 3 map.
terminal: ./hybrid server
Type : 127.0.0.1:8002 (level 2)
Type : 127.0.0.1:8003 (level 3)
- Use arrow keys to move around.
- Use Space bar to shoot.
- Enemy should be outside of spawn cell to be eliminated by a shot.