A snake game made with React Native, Typescript and React Native Gestures.
- Bare React Native Expo App
- React Native Typescript Template
- Play, Pause and Rset game
- Length of snake increase when eat food
- Game over if touched the boundary
- Scrore increase when eat food
- get new food each time app loads
- React Native
- Typescript
- React Native Gestures
make sure to have setup development environment
๐ Setting up the development environment
# clone
git clone https://github.com/sketchomania/snake_game_react_native.git
# install dependencies
npm install
# Or use `yarn`
yarn install
Run project
# run project
npx expo start
Contributions are most welcome in this project be it reporting an issue or sending a pull request.
Some of the things you could help with currently are -
-
Improvements
- make visible bounday collaps more accurate
-
Adding features
- You can add useThemes()
- Show animation of game over
- Snake face can be added