Skip to content

Releases: cos-y/tableturf-replica

v2.0.0

30 Jan 15:27

Choose a tag to compare

Version 2.0.0

based on v2.0.0-alpha

Major Changes

  • Performance improvement
    • Defer unnecessary assets loading
    • Solve React re-rendering issues
  • Bug fixes
  • UI adjustment

Feature Removal

  • VS Bot mode is temporarily removed, it will be added back soon.

Future Roadmap

  • Feature Requests (Planned)

    • Step timeout
    • Redraw selected cards
    • Game replay
  • Browser compatibility issues, e.g. ios safari.

What's Changed

Full Changelog: v1.0.0...v2.0.0

v2.0.0-alpha

23 Jan 10:28
35c9e98

Choose a tag to compare

This is an early release of version 2.0.0.

Major chages from v1 to v2 are focused on online multiplayer (PVP) experience.
PVP matches of v1 is based on P2P transportations (WebRTC) in order to reduce overall communication cost. However, the boardgame.io ecosystem support for P2P transportations is too weak and full of implementation restrictions. So I've decided to move onto a socket.io based transportation, which is better supported.

V2 Features

  • More reliable PVP experience.
  • Spectator mode.
  • Ability to change host.
  • Ability to list all available public matches and join them (lobby service)

Feature Removal

  • VS Bot mode is temporarily removed, it will be added back soon.

Future Roadmap

  • Keep improving PVP experience.
  • Fix some major browser compatibility issues, e.g. ios safari.
  • Start to optimize ui performance, since poor animation performance is observed from some specific devices.

What's Changed

Full Changelog: v1.0.0...v2.0.0-alpha

v1.0.0

13 Jan 12:59

Choose a tag to compare

Hi tableturfers, today i'm glad to announce the first public release of tableturf-replica. The fundamental purpose of this project is to provide a user-friendly tableturf simulator with online multiplayer support. The simulator should work for every tableturfer at any time, that's why i made it into portable webpages. Finally after the last two months, the basics of these most important functionalities listed below has been implemented:

  • online multi-player support
  • play with bot support
  • deck building & sharing
    Please try this stuff out! If you are satisfied with it, don't forget to share with your friend so that you may play online with each other.

Before the v1.0.0 version was out, the simulator has been released to several tableturf communities and some useful opinions has been collected.

Feature requests:

  • In-game info display enhancement (e.g. where a card can be placed; which cards hasn't be drawed)
  • asset loading enhancement (e.g. enhance page loading speed)
  • tournament support (e.g. spectator mode)

Major concerns:

  • nintendo takedowns. since the simulator uses some in-game-assets of splatoon3 in order to make satisfactory ux.

version ^1.0 will still recieve bug fixes and minor funcionality updates until version v2.0 is out.