140 likes | 246 Views
Compilation and deployment. Application Deployment 1 – making an exe. Package Deployment 2 – AddIn the wizard. Package Deployment 3 – First screen. Package Deployment 4 – Package type. Package Deployment 5 – Included files. Package Deployment 6 – floppy disc?.
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