C++ Programming GalleryVideoGames
Tic Tac Toe 3D – Gato 3D game in C++, using graphics.h BGI library

TIC-TAC-TOE game on A 4x4x4 cube
This is the famous cat game but in 3 dimensions (in a 4x4x4 cube), you mark an X or an O, you win if you make 4 in a row in any plane of the cube or in any of its diagonals …idea provided by my friend Shyna
This version of gatomania includes the header windows.h 1.0, where routines are implemented to create windows and floating buttons type Windows 98….super cool…..(if you want to see an example download the program pcxbgi or the last version of windows).
Developed by:
YACSHA – Software & Desing, since 1999, Lima – Perú
The World of Chaos – EL MUNDO DEL CAOS – Unlimited Programming
You can DOWNLOAD the SOURCE CODE and executable software for FREE from here:
Join The World of Chaos Developer Community😃
Contribute to the project on Github!HISTORY
- Version 2 – 25-III-2024
- Update graphics/gato3d – Porting to VC++ 2017 using winbgi
- The width and height of the screen can be customized from the global constants maxx and maxy. And the board adapts to the new resolution
- Fix bug that caused them to not be interleaved correctly between X and 0, where sometimes two consecutive x’s or two consecutive zeros appeared.
- Using updates librarys ventanas.h and mousebgi.h
- Version 1 – 16-XIII-1999
- First version for Borland C++ 3.1 and Turbo C 3.0