Skip to content

tatdt622989/Guessai-Canvas

Repository files navigation

GuessAI Canvas

This is a game where AI generates canvas images, and players guess the content. Players can earn scores through guessing, and compete with each other through a leaderboard system.

這是一款由AI產生Canvas圖片,並由玩家猜測的遊戲。
玩家可以透過猜測的方式,來獲得分數,玩家之間可以透過排行榜系統來競爭分數。

これはAIがCanvas画像を生成し、プレイヤーがその内容を推測するゲームです。 プレイヤーは推測を通じてスコアを獲得し、リーダーボードシステムを通じて互いに競争することができます。

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Backend

express.js + socket.io + mongodb 詳情請看 backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages