MagicSquare

Submitted by Oelasor on
Again, please refer to this URL for its description :-) http://en.wikipedia.org/wiki/Magic_square. This simple game application demonstrates the use of multidimensional arrays. It also features the generic algorithm used to solve the magic square in varying sizes (3, 5, 7, 9, 11, 13... you may add more sizes if you wish :-)). Thank you and more magic to come!

Mastermind

Submitted by Oelasor on
Please see this URL for its description :-) Mastermind (board game) The application demonstrates a way of playing sound files (.wav) fetched from a resource file. It also conveys the use of VB APIs to manipulate graphics. Thank you and happy code breaking!

WordSearch

Submitted by Oelasor on
WordSearch is a word puzzle/game, as its name implies, that lets the player look for hidden words in a board. The words are given/known to the player which makes the game a bit easier to deal with, provided the board size is not that big to explore at and there are fewer words to search for. VB 6.0 was used to develop the game's front-end application and MYSQL facilitated its back-end for storing

PHP Bookstore Business w/ MySQL

Submitted by EmbuscadoGeoff on
Hi my name is Geoff Embuscado, a 3rd year BSIT student at Jose Rizal University and Im new to Sourcecodester and I want to contribute this WEB APPLICATION project I made using PHP/MySQL. This is my very first WEB APPLICATION PROJECT I've post in SourceCodester because Im very busy with my THESIS at Jose Rizal University and my free time is taken away because of the time that is consumed due to my

Encryption Decryption in C

Submitted by Franklin Jasuja on
This program is an implementation of an algorithm that defines how to encrypt the data message using a particular key (must be a 3 digit key) and the user again need to input the same key to get the original message. The algorithm details can be found at out blog.. More C/C++ Programs are also present on this blog.. http://assignmenthub12.blogspot.in/ Join us on Facebook - Assignment Hub . Direct