2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Project File 3.0
|
2014-12-16 23:15:59 +01:00
|
|
|
# Compiled with Gambas 3.6.90
|
2014-12-12 20:58:52 +01:00
|
|
|
Title=Minesweeper
|
|
|
|
Startup=FMain
|
|
|
|
Icon=image/expr_win.png
|
2014-12-16 23:15:59 +01:00
|
|
|
Version=1.0.0
|
2014-12-12 20:58:52 +01:00
|
|
|
Component=gb.image
|
|
|
|
Component=gb.gui
|
|
|
|
Component=gb.form
|
2014-12-16 23:15:59 +01:00
|
|
|
Description="Minesweeper.\n\nThis example is an implementation of the Minesweeper game."
|
2014-12-12 20:58:52 +01:00
|
|
|
Authors="Timothy Lin"
|
|
|
|
TabSize=3
|
|
|
|
Translate=1
|
|
|
|
Language=en
|
2014-12-16 23:15:59 +01:00
|
|
|
Vendor=Example
|
2014-12-12 20:58:52 +01:00
|
|
|
Packager=1
|
2014-12-16 23:15:59 +01:00
|
|
|
Tags=Game,LogicGame
|
|
|
|
Screenshot=.hidden/screenshots/2014-12-14.png
|
|
|
|
CreateMenu=1
|