An open API service indexing awesome lists of open source software.

https://github.com/naocoding/xiangqi_fen_to_cfunction

Xiangqi simulator for NTNU CSIE CP2 (2025) homework 1.
https://github.com/naocoding/xiangqi_fen_to_cfunction

Last synced: 12 months ago
JSON representation

Xiangqi simulator for NTNU CSIE CP2 (2025) homework 1.

Awesome Lists containing this project

README

          

## Xiangqi_FEN_to_CFunction
Convert Xiangqi FEN record to C_Function implied in 2025 NTNU CSIE CP2 homework 1 question 4.

This is a small tool for developing and testing question 4.

### What does this script do?

This script aims to convert multiple FEN records into C Functions ( to replace hw0104 ).

It may help students for testing and improve the speed for TAs to generate testcases.

### How to use?

Find a Xiangqi game record or play it yourself. Copy every moves' FEN record code to the converter.

![image](https://github.com/user-attachments/assets/4a73d4a0-8b13-48bc-b945-9750592adbe5)