Skip to content

hoonisone/Multiplyer-Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this project

This is C++ multiplayer Tetris project including single-mode and multi-mode

Now only a single mode is implemented

This project provides a library for text-based UI and Tetris code.

How to use

1. download these codes
2. just execute a project(tetris_client/tetris_client.sln)

Library

  • Text-based Painter

    • You can draw lines and simple figures at a desired position on the screen.
    • You can change color and basic text corresponding to a point of the figure.
  • Text-based Printer

    • You can draw a text box at a desired position on the screen.
    • You can align a text (Top, Center, Botto,), (Left, Center, Right)
  • Text Console UI

    • This is based on a Text-based Panter and Printer.
    • This allows you to construct simple UI
    • You can select the desired element with the arrow keys.
    • You can interact with it using a key (we use the space bar).
    • Pop Up Event is implemented.
  • File accessor

    • You can access local files.
    • You can manage member information and score information so on.
  • Tetris

    • Client: Single-Mode & Multi-Mode(not yet)
    • Server: (not yet)

Scene

Single Mode
Score
Server Connection

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published