Skip to content

Version 0.11.1

Compare
Choose a tag to compare
@JFreegman JFreegman released this 28 Jun 20:18
· 275 commits to master since this release
v0.11.1
768617a

New Features

Implemented a 2-D game engine and accompanying API with basic network support. Four games are included: Centipede, Snake, Conway's Game of Life, and Chess (online support only). The game module does not require additional libraries and is enabled by default build options. It can be disabled with the DISABLE_GAMES=1 build flag.

Bug Fixes

  • Fixed a rare race condition related to sound notifications
  • When a window is closed, the previous window is selected instead of the Home window
  • The /clear command now works in the Home window