Connect 4 Multiplayer App

klaw (@klaw)

11634

2

0

About This Space

This is a variation on the Connect 4 App that will enable multiplayer support.


Last updated on March 7, 2020

Forked from: /klaw/connect-4-app/

Public Permissions:   View   Open/Fork   Run   Comment  

Connect 4 Base

This is the base connect 4 module that is shipped with the Profound.js installation. However this time I am going to try to implement a sort of online multiplayer. The plan is that the game will be stored in a table, and the client side will make a webservice call to check if there is an updated game state and will submit the screen to retrieve the update.

I will implement a system where the players must log in with a valid noderun account, and the first 2 validated users will be placed into the game and any additional users will be told the game is full. I may implement a polling webservice that will replace users into the game as players leave the game. I will also need to implement a system that will remove players from the game when their client stops reporting polling webservice requests.

The next steps for improvement would be to make a chat box, or a lobby where users can browse for games.

Notes:

To retrieve the user ID I should use pjs.getUser();

To store the games I can use the JSON data type in the table to store a JSON object that contains the complete game state, including all players at that game.

The table would only need an ID (which can be any text value it does not need to be a number) and the JSON field.

I can make a hard coded mod list and some mod commands, like clear all games which would be typed directly as the table name

Comments

Write Preview Markdown: bold italic code link
Post
12

4 years ago

Where do you find the room name?

4 years ago

The room name would be chosen by the players. So if you had a friend you wanted to play with you would decide upon a room name together, and would type the name into the room selection screen.

More Spaces By klaw (@klaw)

Filters:

Popular Recent

A demo of how to build and consume Web Services with and without parameters

5995

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

4637

0

0

A Hello World app with both dynamic output and input fields

5749

0

0

A Hello World app with both dynamic output and input fields

6443

0

0

An application with a sample database.

3731

0

0

A demo application that uses the sendmail npm package to send an email.

6403

1

0

This is a simple task list that stores tasks on a per user basis, and has a reset all button. Good for tasks that must be completed on a regular schedule like daily, weekly or monthly tasks.

6477

0

0

Stateless demo app, where the mobile client or the browser would control the flow of the application

4472

0

0

Static HTML Hello World App

6428

0

0

Static HTML Hello World App

3564

0

0