Monday, October 6, 2014

Hack Prop 1(2): Tic-Tac-Pi?

Hack Title - Tic-Tac-Pi


Description:

This will be a Tic-Tac-Toe board game made using PyGame and meant to be played on the Raspberry Pi. Ideally we want it to be able to be played by two people on seperate Pi's using networking, but we will have a Computer player regardless.

Libraries:

We will only really be using PyGame and writing our own net code.

Upstream Repository:

We will be pushing it to PyPi

Hardware:

We will be using the Raspberry Pi, a keyboard, a mouse, and an internet connection (for the newtowrking).

Team Members:

I will be working on mstubinis for this project.

Project Milestones:

  • Get a working Server and Client application
  • Set up base game using PyGame
  • Integrate client with game
  • Package up the game

License:

We will be going with the MIT license for this project.


Final Thoughts:

Since neither of us is really all that familiar with networking in general (mostly due to the GDD program offering little inside the major itself), it will be interesting working on the subject. Even if we can't get it working, we always have the regular game to fall back on. Here's hoping!

No comments:

Post a Comment