Go to file
cornernote 58acb43ae7 added todo to README.md 2014-12-15 17:27:44 +10:30
LICENSE initial commit 2014-12-15 17:20:16 +10:30
README.md added todo to README.md 2014-12-15 17:27:44 +10:30
button_controller.lua initial commit 2014-12-15 17:20:16 +10:30
display_controller.lua initial commit 2014-12-15 17:20:16 +10:30
reset_controller.lua initial commit 2014-12-15 17:20:16 +10:30
screenshot.png initial commit 2014-12-15 17:20:16 +10:30

README.md

Naughts and Crosses - LuaController for Minetest

Create a game of Naughts and Crosses

Screenshot

Depends

Items Required

  • 100x LuaController (mesecons_luacontroller:luacontroller)
  • 19x Button (mesecons_button:button_off)
  • 81x Lightstone (mesecons_lightstone:lightstone_blue_off)
  • 200x (approx) Digilines Wire (digilines:wire_std)

How-To

  • Place 9 LuaControllers for each player (see button_controller.lua)
  • Place 1 LuaController for the reset button (see reset_controller.lua)
  • Place a Button in front of each of the button controllers and the reset controller.
  • Place 9 LuaControllers for each of the 9 displays (see display_controller.lua)
  • Place a Lightstone in front of each of the display controllers
  • Connect everything with Digilines Wire

To-Do

  • Prevent player from changing already selected position
  • Winner detection

Resources

Support

About

This module is open source, so it's distributed freely. If you find it useful then I ask not for your wealth, but simply to spare your time to consider the world we share by watching Earthlings, a multi-award winning film available to watch online for free. A must-see for anyone who wishes to make the world a better place.

License

BSD-3-Clause, Copyright <20> 2013-2014 Brett O'Donnell