This is codes for a 42 project: Rushes Connect4.
42のプロジェクトであるところのConnect4のコードです。
./connect4 (field size1) (field size2)
30 >= field size1 >= 6, 30 >= field size2 >=7
起動します。
Open the game.
-
第三引数が存在するとGUIモードで起動します。(多分MacOSでしかうごかないんじゃね)
-
If there is a 3rd arg, the game will open with GUI mode. (Maybe MacOS only)
-
AとDキーでカーソル移動、Sで駒を落とします。
-
You can move a cursor with A or D key, put a pawn with S key.
-
もしくは第三引数なしでシェル上でも遊べます。半角数字を入力し、エンターキーを押して行を選びます。
-
You can play on your shell, without a 3rd arg. You can choose the column with entering a number.
開発期間が50時間しかなく、コードが恐ろしく汚いです。
Since developing period is only 50h, this source code is very unreadable.
2023.06.30 - 2023.07.02
With Love, Team komatsud & taekklee from 42 Tokyo
We will trying to make each minishells...