-
In our company we have some financing apps that are used for years now. The rely on the .NET Framework platform and on a SQL Server. We can put that SQL Server on a Linux machine but we are required t…
-
### Discussed in https://github.com/TaKO8Ki/gobang/discussions/122
Originally posted by **ac5tin** September 20, 2021
Is there a way to sort a table by a specific column? Maybe say i can use t…
-
how to get the total count of a table
-
### Contact Details
_No response_
### What happened?
The initial launch of the server works great and nothing screws up during gameplay.
But when the level is changing, either from someone d…
-
It would really be appreciated if you can upload this awesome program to [AUR](https://aur.archlinux.org/), to benefit Arch users and beyond. :)
-
能否说说在自己的ubuntu服务器中,如何安装这个项目。
**
![image](https://github.com/lihongxun945/gobang/assets/109423710/e7209c2c-fbae-4e3a-8af3-a472e4023f4c)
**
我按照gpt给的提示,一直无法go build
![image](https://github.com/lih…
-
🔗链接
官网:[https://passer-by.com/gobang/](https://passer-by.com/gobang/)
源码仓库:[https://github.com/mumuy/gobang](https://github.com/mumuy/gobang)
📜介绍
五子棋人机对战游戏是我在学习和探索HTML5游戏的一次尝试,复刻了经典棋牌游戏。玩家可以与电脑一…
mumuy updated
1 month ago
-
Hi Janice (lol I'm still getting used to that!)
This is such a cool game, the UI and the code is so clean!! I feel like I'm learning how to write better TS/React by looking at your code 😂😅 I think …
-
### 描述问题 Describe the problem
本地启动服务,UserChannel、GobangChannel onConnect方法使用如下代码获取用户信息,但返回为空:
```java
final String userStr = session.getHttpSession().getAttribute(User.USER);
```
导致双开五子棋无法开始,…
-
# 为什么出第二版
在 2016年2月的时候,我写了第一版的五子棋AI教程。当时是边写代码边写博客,因此出现了一些理解上有偏差的地方,以及文章中的代码片段和最终的代码有很多不一致的地方。经过两年多的时间,断断续续更新了好多次代码,电脑的棋力更强了,我对AI的理解也更深入了,期间也学习了一些神经网络的知识。因此,我就打算把陈旧的教程完整的更新一遍,主要目的是更新其中的一些错误,以及加入一些新的…