module
Version:
v0.0.0-...-771d9fd
Opens a new window with list of versions in this module.
Published: Jan 31, 2024
License: MIT
Opens a new window with license information.
README
¶
Connect4
Creating Connect4 gameplay out of multiple languages, both from the server and client perspectives.
Rust: Compile + Run
- Open a terminal and
cd
into a directory with a Cargo.toml
file.
- In that terminal, run
cargo run
.
C: Compile + Run
- Open a terminal and
cd
into a directory with a GNUMakeFile
.
- In that terminal, run
make clean
. This ensures we clean out old binaries.
- In that terminal, run
make
.
- In that terminal, run the new executable that was just produced (something like
./<executable_name>
). Ex: ./server_c
.
Python: Run
- Open a terminal and
cd
into a directory with the desired Python file.
- In a terminal, run
python3 <file_name>.py
.
- Alternatively, if you're using VS Code, you can click the "play" arrow in the top right.
Go: Compile + Run
- Open a terminal and
cd
into a directory with the desired Go file.
- In that terminal, run
go run <file_name>.go
.
Directories
¶
Click to show internal directories.
Click to hide internal directories.