Skip to content

ri-nath/wames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word games Build Status

Casual cross platform multiplayer word games.

Usage

git clone https://github.com/vayelcrau/wames yarn add global [email protected]

Using Expo SDK SDK 37 and react-native v0.61.4.

Roadmap

Client Side

  • 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
  • artwork for games

Server Side

  • secure connection & authentication
  • authenticate/store session & user ids
  • use mongodb _id field as uuid

Misc

  • more robust client-server socket.io communication structure
  • 'portals' or 'shortcut links' to join games
  • continuous integration to test builds before deploying to heroku