Skip to content

Running The Project

William Kennedy edited this page Jan 15, 2023 · 5 revisions

Running The Project

To run the project you need to start the K8s environment with all the services. After installing all the software as described in the getting started section, open a terminal window to the root of the project.

$ make dev-up
$ make dev-update-apply

The dev-up command will bring up the K8s environment and run the telepresence program to provide access to the services inside the cluster. The telepresense command will ask for your machine credentials. The program creates three files in secure locations on disk :(

Now open two more terminal windows with at (H 20 x W 80).

In one window run this comamnd to start one client.

$ make game-tui1

In the second terminal window run this command

$ make game-tui2

Now the game is working and being played.

Clone this wiki locally