https://github.com/antoniolg/tictactoe
TicTacToe Game written in Compose using Copilot to assist with the code
https://github.com/antoniolg/tictactoe
Last synced: 4 months ago
JSON representation
TicTacToe Game written in Compose using Copilot to assist with the code
- Host: GitHub
- URL: https://github.com/antoniolg/tictactoe
- Owner: antoniolg
- Created: 2022-12-19T12:24:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T15:06:16.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:41:46.850Z (8 months ago)
- Language: Kotlin
- Size: 169 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
This is a simple TicTacToe Android App written in Kotlin.
This project was created while recording a video to show the power of Copilot.
It assisted me in writing the code for the TicTacToe game, but also in building a good set of tests.
You can find the video here: https://youtube.com/devexperto
## License
Copyright 2022 Antonio Leiva
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.## Acknowledgments
* [Copilot](https://copilot.github.com)
* [Kotlin](https://kotlinlang.org)
* [Android Studio](https://developer.android.com/studio)