Upcoming Events
Unite 2010
11/10 - 11/12 @ Montréal, Canada

GDC China
12/5 - 12/7 @ Shanghai, China

Asia Game Show 2010
12/24 - 12/27  

GDC 2011
2/28 - 3/4 @ San Francisco, CA

More events...
Quick Stats
31 people currently visiting GDNet.
2406 articles in the reference section.

Help us fight cancer!
Join SETI Team GDNet!
Link to us Events 4 Gamers
Home » Features » GD Showcase » View Submission
Intel sponsors gamedev.net search:
Game Development Showcase
Track this GDS Entry
Tic Tac Toe
Developer   Emmanuel Deloget
GenreTraditional
PlatformWindows
Downloads671

About: Once upon a time, tic was fighting tac on a toe. As they were the Great Wirms, they fought during eight hundred years all over the world. Tic finally won when he used his dragon fire to spot three aligned big circles on tac's skin. To celebrate this, I created this small game. Really. yes.

Game Info How To Play Downloads Comments


Description

Yes, it is another tic tac toe. It has nothing special. It has been created for the newgameproject.net tic tac toe contest, but since the contest is over I decided to post it here.

I named it Tic Tac Toe. Yes. I admit I have little imagination when it comes to giving names to widely known games. I could have called it "the adventuryfaboulouspecialmega tic tac toe XI" but I believe this was not a very good name.

I used opengl to create the game - it was compiled on vs.net but I also created a devcpp version - in order to be able to work at home :). I use C++ as the programming language. The game source code is available on request (open source, zlib/png-like license).

There is at least two small bug: first, since I'm not a gl guru, I overused some simple functions (such as glColor()). I was not able to achieve the effects I wanted to do (basically: I want a transparent white cross for the mouse) but I left the bad gl code in place. I may correct this later. Second, there is a small bug in the keyboard processing in the "enter new highscore" game state. You can "backspace" to erase characters. This is where the bug lies. Nothing terrible, but it is disturbing to see a character you though you have just erased :)

Have fun,

Emmanuel D.


System Requirements

Rather minimal windows system. It uses vanilla opengl so it should be a problem on most machine out there - assuming you have at least a hw rasterizer and an opengl driver. It has been tested on a gffx 5600, on a i915G and on a bunch of other adapters as well. I also tested these software drivers: 1) mesagl 3.1: slow as hell, even on a powerfull PC. Problem with the transparency (maybe another bug in my app). 2) sgi opengl: faster than mesa but there are bigger display problems (the background texture seems to be too big). Problems with transparency. 3) ms opengl: hell will freeze before you'll see anything moving. But the display seems to be correct. 4) mesagl 6.2.1: everything works but it is a bit slow...
Let me know if you encounter any rendering speed or display problem.
You can find mesagl 6.2.1 in the download section of the milkshape 3d site


Screenshots

 
Info
 GDS News
 About the GDS


Genre
 All
 Action
 Adventure
 Arcade
 Educational
 Fighting
 Puzzle
 Racing
 Role-Playing
 Shooter
 Simulation
 Sports
 Strategy
 Traditional


Platform
 DOS
 Linux
 OSX
 Windows