Tablut, board game for Windows
Tablut, board game for Windows
Hi, to evaluate FreeBasic I've written a small board game for Windows, called Tablut.
You can get it here, including sources:
http://fileanchor.com/25170-d
You can get it here, including sources:
http://fileanchor.com/25170-d
-
- Posts: 1706
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact:
Added a screenshot
Added a screenshot:


FBIde's default is to compile a single file. Tablut, for example, needs to be compiled as two files, like that:ytwinky wrote: Can you please tell me why?
Code: Select all
fbc -s gui tablut.bas ww.bas
Hope I could help you.
Oh yes, you did ;)
After copying the files to the right places, I could compile it..
..if you please could add a line, so that I could win the game? :rofl:
In short: even my self-compiled tablut beat me in the first try..
..but at least it works, so again thx a lot
btw: where did you find an fb-language-file for scite?
best regards
ytwinky
was the line I needed, thank you very much..passerby wrote:Code: Select all
fbc -s gui tablut.bas ww.bas
After copying the files to the right places, I could compile it..
..if you please could add a line, so that I could win the game? :rofl:
In short: even my self-compiled tablut beat me in the first try..
..but at least it works, so again thx a lot
btw: where did you find an fb-language-file for scite?
best regards
ytwinky
When I downloaded Scite V1.68 from somewhere FB was already supported. However, you first have to switch it on in the global config file. These configuration scripts are something I do not like about Scite. I have not found my dream source editor yet, and I tried many.ytwinky wrote:where did you find an fb-language-file for scite?