alto-io / game3.js

The Web 3.0 Game Framework

Home Page:https://alto-io.github.io/game3.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[OPGames - Unitize Challenge 2] Add Nakama Support for Game3.js

polats opened this issue · comments

Prize Title

[OPGames - Unitize Challenge 2] Add Nakama Support for Game3.js

Prize Bounty

2.5 ETH

Challenge Description

Game3.js uses colyseus as the backend for multiplayer services such as rooms and game resolution. There are other multiplayer services though, and one of the other popular ones is Nakama

We are looking for builders to add Nakama support to game3.js.

There can be two ways to go about it: first is by creating another copy of the current TOSIOS demo included with Game3.js and replace all the colyseus APIs with Nakama.

The second solution is to get another open-source HTML5 game that already has support for Nakama, and then adding it as an alternative project configuration.

Important!

The solution still has to integrate cleanly with game3.js. We want to be able to use the libraries that game3.js already has for identity (Web3Modal) and peer-to-peer databases (IPFS).

Full source code, docs and assets will be added in Game3.js main branch. Make sure all code and assets are properly licensed / open-source.

Resources:

Game3js.com

Decentralizing Video Games - An Introduction

Funding the Future Hackathon Example Nakama Source

Submission Requirements

  • A fork of this game3.js repo with added nakama support. Accepted fork will be merged to the main branch

Submission Deadline

July 27, 2020, end of the hackathon

Judging Criteria

OP Games will decide which fork will be awarded -- depending on:

  1. how complete and bug-free the implementation is,
  2. how well-documented the code is, and
  3. how easily it can be used by other developers

Winner Announcement Date

1 week after Submission Deadline

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work has been started.

These users each claimed they can complete the work by 5 days, 22 hours from now.
Please review their action plans below:

1) mraof has started work.

I'll swap out all the code that uses Colyseus with code that uses Nakama, leaving as much of the other code intact as is reasonable
2) kedmertens has started work.

Add Nakama Support for Game3.js
3) zoek1 has started work.

Add nakama support to game3.js

Learn more on the Gitcoin Issue Details page.

@polats, is it still valid? I would love to finish it

hey @kedMertens yes the bounty is still valid, thanks for the interest! I've updated the bounty deadline on Gitcoin

Been actively working on this bounty, almost done, just testing now :)