Casual cross platform multiplayer word games.
git clone https://github.com/vayelcrau/wames
yarn add global [email protected]
Using Expo SDK
SDK 37
and react-native
v0.61.4
.
- more robust state management
- menu which includes setting custom username and portal to pick games
- consider using game engine for games
- animation, visual effects, particles
- hand-drawn feedback displays
- particles (possibly using react-native-particles)
- animation (possibly using React Native Animations)
- artwork for games
- secure connection & authentication
- authenticate/store session & user ids
- use mongodb _id field as uuid
- more robust client-server socket.io communication structure
- 'portals' or 'shortcut links' to join games
- continuous integration to test builds before deploying to heroku