140 likes | 257 Vues
This guide covers essential steps for application deployment, including creating an EXE package, utilizing the wizard for addons, setting up the installation process, and compiling a completion report. It also details how to develop a Noughts and Crosses game where users can compete against a computerized opponent. The game leverages a 2D array to represent the game board internally, employing Image controls to visually display the board elements. Learn about file inclusion, install locations, shared files, and programming event handlers to enhance user interaction.
E N D
Project – Noughts and Crosses Game Program a noughts and crosses game The user plays against the computer Suggestions – Represent the state of the board internally by a 2D array Use a control array of Image controls as board on screen Set image file programmatically like: Image1(1).Picture = LoadPicture(<filename>) Program the click event of the Image controls