Skip to content
This repository was archived by the owner on Jun 25, 2018. It is now read-only.

Proper and Stable Gaming system#1

Open
valid22 wants to merge 11 commits into
widd:masterfrom
valid22:master
Open

Proper and Stable Gaming system#1
valid22 wants to merge 11 commits into
widd:masterfrom
valid22:master

Conversation

@valid22

@valid22 valid22 commented Sep 1, 2016

Copy link
Copy Markdown

I've pulled my own stable game system and also corrected game-room identification in world

TO-DO : Generalize Table games (Yet only 2 are there and they are done :P )

use Handlers\Game\Multiplayer;
use Handlers\Game\Waddle;
use Handlers\Game\Games;
use Handlers\Game\Four;

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably move all implementation related code to it's own folder/namespace (Game\FindFour\xxx).

@widd

widd commented Sep 1, 2016

Copy link
Copy Markdown
Owner

Make sure you finish off your TODO list. I'll wait to merge until then.

use Kitsune\ClubPenguin\Handlers\Game\FindFour;

trait Four
{

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make your brackets consistent with the rest of the codebase. Keep them on the same line as whatever language construct you're declaring (classes, functions, etc).

@valid22

valid22 commented Sep 2, 2016

Copy link
Copy Markdown
Author

Yeah, I'll possibly try doing Todos very soon.

@widd widd left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code cleanup & completion needed

@rushilsrivastava

Copy link
Copy Markdown

Was this ever finished?

@valid22

valid22 commented Apr 7, 2017

Copy link
Copy Markdown
Author

@rushilsrivastava It's a game system. It supports all single player games, and implemented Mancala, FindFour and Sled Racing atm. This gaming system is made so that you could easily implemenet games, without chaos.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants