connect4

module
v0.0.0-...-771d9fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2024 License: MIT

README

Connect4

Creating Connect4 gameplay out of multiple languages, both from the server and client perspectives.

Rust: Compile + Run

  1. Open a terminal and cd into a directory with a Cargo.toml file.
  2. In that terminal, run cargo run.

C: Compile + Run

  1. Open a terminal and cd into a directory with a GNUMakeFile.
  2. In that terminal, run make clean. This ensures we clean out old binaries.
  3. In that terminal, run make.
  4. In that terminal, run the new executable that was just produced (something like ./<executable_name>). Ex: ./server_c.

Python: Run

  1. Open a terminal and cd into a directory with the desired Python file.
  2. In a terminal, run python3 <file_name>.py.
  3. Alternatively, if you're using VS Code, you can click the "play" arrow in the top right.

Go: Compile + Run

  1. Open a terminal and cd into a directory with the desired Go file.
  2. In that terminal, run go run <file_name>.go.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL