Reversi written in C
- Choose the mode you want to play
- Enter q if you want to quit
- Enter the position you want to place in conventional format e.g.(e3)
- Enjoy
PS. The game will finish once there is no valid move for all players.
- Basic C code syntax
- If...else if...else clause
- While..., for... loop
- Typedef, struct
- How to use keyword static, const, const value, restrict
- How to use basic threading to improve speed
- How to use void *, const * and restrict *
- How to use more data types, e.g. uint8_fast_t, bool...
- How to write basic Makefile
- How to use macros to make your code portable