Skip to content

ShangShungFoundation/tibetan_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1st Merigar Hackathon project organized by Shang Shung Foundation

Website | Github | Tasks | Issues

Project Coordinator:

Description

Online tibetan turn game following simple rules with simple interface. Proposed game is Mig Mang (tib. Many Eyes)

Purpose

Developement of online 2 paricipant game with optional AI and porting it to native mobile apps using React Native

Who it’s for?

Anyone interested

Why they would want to use it?

Fun, developement of personal logic skills, strategy

Expected Features:

  • Unicode support
  • Multilanguage

Checkpoints:

  • Interface done
  • Game logic implemented
  • Players interaction, turns (backend)
  • Players chat
  • AI Monte_Carlo_tree_search
  • Mobile versions

Technologies:

JavaScript, ES6, React, Bootstrap, Browserify

Backend:

node.js, with websockets or Webrtc messanging

Difficulty:

Medium/High

Recommended toolset:

Resources:

Ming Mang Game

tib. many eyes

Very similar to Othello or Reversi game

multiplayer game in javascript

node

Starting Project

Assuming that you have node.js installed globally More info

npm install -g create-react-app

create-react-app tibetan_game
cd tibetan_game/
npm install --save gh-pages
git init
rm package.json README.md
git add .
git commit -m "First commit"
git remote add origin https://github.com/ShangShungFoundation/tibetan_game.git
git pull origin master --allow-unrelated-histories
npm start

Start Project

npm start

Deploy Project

npm run deploy

Acknowledgements

We are grateful to following persons for their ideas and collaboration:

Licence: MIT License

About

Online tibetan turn game following simple rules with simple interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published