Skip to content

andersbc/ultimate-nuclear-tic-tac-toe

Repository files navigation

Ultimate Nuclear Tic-Tac-Toe

This is an AI generated Tic-Tac-Toe game. The game logic was programmed in TypeScript by ChatGPT. The UI was programmed by humans, using Vue.js (v3).

The prompt for ChatGPT was: 'can you make me a tic tac toe game in typescript?'. The generated code is in src/game/TicTacToeGame.ts

The game logo (above) was generated by OpenAI's DALL·E 2.

Please note: the game itself is just a small code experiment for fun. The game does in no way deserve its grandiose title.

License: MIT

Prerequisites

Node.js/npm must be installed on your os.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

...this will present you with a local url, where you can run the game.

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A small test of an AI generated tic-tac-toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published