Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.61 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.61 KB

OypuGame

Goal

Create an easily accessible multiplayer version of PuyoPuyo, resembling Tetris Friends.

Overview

OypuGame is the game/user side of the Oypu online game. Oypu is a PuyoPuyo-like puzzle game played entirely in the web with online multiplayer functionality. Online functionality is aided by OypuServer.

Technologies

OypuGame is created with Phaser and communication with OypuServer is made through Socket.io.

Original Version

A while back, I made a version of PuyoPuyo that you can still play. It's not perfect and forgoes a lot of the additional features. Try it out on itch.io (Source Code).

RCOS Proposal

View on Google Docs

Features

  • Offline Gameplay
    • Piece Rotation
    • Piece Detection
      • Chain Removal
      • Sprite Swaps
    • Piece Gravity
    • Next Piece Preview
    • Scoring
      • Combo Detection
      • Score Display
      • Score Gained Display
  • Custom Piece Sprites
    • Piece Sprite Animations
  • Board Sprite
  • Online "versus" Gameplay
    • Server Multiplayer
    • Multiple Displayed Boards
    • Player Garbage Interactivity
    • Account Login
  • Stats Menu
  • Rankings
    • "Elo" or other system

Current Maintainers

License

OypuGame is licensed under the MIT License. See LICENSE for additional details.