Log In  

Cart #discorectangle_oxo_v1b-0 | 2023-10-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

oxo

Simple version of the classic pen and paper game, Naughts and Crosses / Tic Tac Toe

Credits

By Disco Rectangle

'Winter Song' by The Head and the Heart (adapted by Disco Rectangle)

Controls

Move ⬆️⬇️⬅️➡️
Select ❎ / z

Background

Created to familiarise myself with Pico-8 development, including:

  • Working in Lua
  • Complete app loop
  • Basic game logic
  • State machines
  • Save data for player options
  • Creation of sprites, basic animations, sound effects and music
  • Particle effects and transitions

Potential improvements, include:

  • Current version has very basic opponent logic which selects a random empty square to play. This could probably be expanded without much difficulty to include an actually play algorithm, such as Minimax.
  • Save function has been implemented but doesn't work with the HTML version of game so has been switch off for this version. Cart with save functionality activated can be found on Itch.io.
  • Game breaking bug if trying to play on an occupied square.

Closing Thoughts

I've had a lot of fun and success working with Pico 8, definitely more than my experiments with other engines. Being forced to severely limit the scope of the project both in terms of gameplay and art design has resulted in my first ever completed MVP.

P#136576 2023-10-29 08:47 ( Edited 2023-10-29 08:49)


[Please log in to post a comment]