Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 685 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 685 Bytes

Tic Tac Toe

This is an experimental project made with React Native and the new way of writing components: React Hooks.

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.

The project is a basic tic tac toe game with the following features: game counter (kept even if you close the app) and session games score

It's layout is based on google's own tic tac toe game

Here is a screenshot preview of what it looks like:

Screenshot preview