Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powermobileweb/arkit-tictactoe
Tic-Tac-Toe implemented using ARKit+Scenekit
https://github.com/powermobileweb/arkit-tictactoe
arkit arkit-map ios scenekit scenekit-arkit scenekit-framework swift xcode10
Last synced: 27 days ago
JSON representation
Tic-Tac-Toe implemented using ARKit+Scenekit
- Host: GitHub
- URL: https://github.com/powermobileweb/arkit-tictactoe
- Owner: powermobileweb
- License: apache-2.0
- Created: 2019-03-06T02:28:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T02:39:22.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T18:54:17.370Z (about 1 month ago)
- Topics: arkit, arkit-map, ios, scenekit, scenekit-arkit, scenekit-framework, swift, xcode10
- Language: Swift
- Size: 32.9 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arkit-tictactoe
PowerMobileWeb / [email protected]In this example I have taken the simple scenekit tic-tac-toe (another of my repositories), and tried to put it in ARKit:)
The game also includes a decent AI opponent.
It works.. somewhat
The aim is this project is just to improve my knowledge of SceneKit and ARKit.
This obviously requires, Xcode 9 (BETA), iOS 11 (BETA) and a relatively recent iOS device.
I know there are numerous positioning bugs around, and that the scene itself is badly organized. Will improve in time:)
Instructions: You put pieces by tapping where you want them to be. You move pieces by dragging and dropping.
[![Tac-Tac-Toe with ARKit]
youtube_ttt.png)](https://www.youtube.com/watch?v=IBBq473vuMo "Tac-Tac-Toe with ARKit")Screenshots:
=======
![alt text](https://raw.githubusercontent.com/bjarnel/arkit-tictactoe/master/tictactoe-shadows.jpg)
![alt text](https://raw.githubusercontent.com/bjarnel/arkit-tictactoe/master/tictactoe-shadows-closeup.jpg)License
=======
Some content comes from freepbr.com or Apple Demo app, this content
have their own license. It is generally noted in the code and/or in included text files
which content this is.Copyright 2019 PowerMobileWeb
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.