home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 2.2 KB | 89 lines |
- .name
- VChess
- .fullname
- Vector-Chess
- .type
- Thinking Game
- .short
- Excellent chess game
- .description
- A powerfull fully functional (non crippled) shareware chess game
- completely written in Amiga Oberon. The program has a lot of
- features, is easy to use and don't needs much memory (only 400K).
- Now, in release 3.3, playing-strength is much better.
- I think, that playing-strength is big enough for average players now.
- .version
- 3.3
- .author
- Stefan Salewski
- .reference
- AmigaLibDisk957:VChess/
- 2.0
- .distribution
- Shareware
- .price
- $15(US), or DM20
- .address
- Stolper Weg 3
- D-21680 Stade
- Germany
- .docs
- VChess.doc, VChess.dok
- .described-by
- Stefan Salewski
- .submittal
- On disk by mail
- .date
- 1995.05.14
- .requirements
- OS2.0+, ReqTools.library
- .installsize
- 150K-500K
- .source
- Oberon source (450K) not included
- .construction
- Amiga Oberon 3.11d
- .tested
- A3000, OS2.0, OS3.1
- .contents
- Fully functional shareware chess game completely written in
- Amiga Oberon. Features: selectable screen type (can run
- right on the workbench screen); sizeable board; Two-human,
- Computer-Human and Computer-Computer play modes; Load, save
- games; Load/save/print movelist; Use/save openings; Time
- limits; Solve for mate; Selectable fonts; Setup board;
- Rotate board; Show movelist; Show thinking; ... and more.
- Requires OS2.0+, and may run even on low memory (512K)
- machines if the opening library is not used. Version 3.3
- has a better playing-strength, and comes with french and
- swedish catalogs.
- Version 3.3, an update to version 3.1
- Binary only, shareware.
- Author: Stefan Salewski
- .beschreibung
- Ein Schachprogramm, bei dem die Figuren in Vektorgrafik
- gezeichnet werden. Daher paßt sich die Grafik automatisch
- verschiedenen Bildschirmauflösungen an. Das Programm bietet
- nahezu alles, was man von einem modernen Schachprogramm
- erwarten kann. Der Bedienungskomfort ist sehr hoch, und
- die Spielstärke sollte für die meisten Spieler auch ausreichen.
- .aminet-dir
- game/board
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Dok" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool VChess.doc TEXT
- else
- if $choice EQ "2"
- MetaTool VChess.dok TEXT
- else
- if $choice EQ "3"
- VChess
- endif
- endif
- endif
- skip Start BACK
- endif
-