# 朴素的基于网络的五子棋对战游戏 **Repository Path**: Oreay/Simple-GoBang ## Basic Information - **Project Name**: 朴素的基于网络的五子棋对战游戏 - **Description**: Play a game of Gobang on the Internet 使用了自定义的ClassLoader加密客户端。 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-29 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple GoBang > Play a game of Gobang on the Internet ### Describe ​ · I finish this little game use a day, this is my class assignment. ​ · Use OpenJFX to build the gobang client ui. ​ · client_encryption_version is build a decryption classloader to run it. ​ · if you want to use encryption client, you need build and run **OutPutEncodedClass** main function. And you can read run.sh/run.bat command to know how to work it. ### Development Environment ​ · **Gradle 5.4.1** ​ · **Java 12** ### Result ----------- > playing process ![playing process](./resultPic/Annotation2019-06-06200250.png) > playing process ![playing process](./resultPic/Annotation2019-06-06200302.png) > select role ![select role](./resultPic/Annotation2019-06-06200357.png) > select role ![select role](./resultPic/Annotation2019-06-06200426.png) > start play! ![start play!](./resultPic/Annotation2019-06-06200436.png) > game result ![game result](./resultPic/Annotation2019-06-06201359.png) > game result ![game result](./resultPic/Annotation2019-06-06202702.png) > decryption and server running process ![decryption and server running process](./resultPic/psb.jpg)