Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mowtwo/reactivity_gobang

一个基于数据驱动的五子棋小游戏
https://github.com/mowtwo/reactivity_gobang

canvas javascript

Last synced: 15 days ago
JSON representation

一个基于数据驱动的五子棋小游戏

Awesome Lists containing this project

README

        

# 基于数据驱动渲染的[五子棋](https://baike.baidu.com/item/%E4%BA%94%E5%AD%90%E6%A3%8B/130266?fr=aladdin)小游戏

## 技术栈

基于完全原生的 JavaScript 开发,采用 canvas 作为渲染器

## 快速开发

```bash
git clone https://github.com/mowtwo/reactivity_Gobang
```

下载完成后直接启动就行
由于代码直接使用原生的 ESM 模块,所以请一定要启动一个静态资源服务
本项目对浏览器版本要求较高