Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.29 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.29 KB

Twitch Plays

A colletion of various "Twitch Plays" styled games, all packed neatly into one NodeCG bundle. Most games are built entirely as graphics, and built to be modular. All files for games are stored inside of /graphics, and are separated per-game.

Obvious inspirations and shoutouts to TwitchPlaysPokemon. Without them, this whole "Twitch Plays" fad wouldn't exist.

Feel free to use this bundle as inspiration or directly for your own Twitch Plays events or livestreams! Actual graphics/image files aren't included so streams aren't fully identical, but included with each game is a markdown file with all of the paths of the assets.

Games

Minesweeper

Screenshot of Twitch Plays Minesweeper

A "clone" of the Windows XP implementation of Minesweeper, following a relatively basic tutorial from Web Dev Simplified, and custom connevtivity to Twitch chat.

Commands:

  • !click {x} {y} - Reveals an unrevealed tile, or chords if the number of surrounding flags and bombs match
  • !flag {x} {y} - Flags (or unflags) an unrevealed tile
  • !reset - Resets the game (only works after game over)

All commands have short-form versions, such as !c for !click.