# tic_tac_toe **Repository Path**: mirrors_masato25/tic_tac_toe ## Basic Information - **Project Name**: tic_tac_toe - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tic Tac Toe this is a game let people paly with computer and will never win this game. ![](./img/demo.png) ## Technology framework * golang * gobufflo (web framework) * Vuejs * all gaming logic are written by javascript. * You can find the code place on `./app/vue/tic-graph/tic-graph.vue` ## How to start it. I had prepared pre-built binary for mac & linux Edition (x86 64bit). ``` cd build/linux/ ./tic_tac_toe ``` open [http://localhost:3000](http://localhost:3000) on your brower. Otherwise you can follow [installation.md](./installation.md) to build this web application your self.