Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Game of Life
Hilmar Zonneveld, Independent Consultant
This is a Visual FoxPro version of the "Game of Life". The Game of Life is not really a game, but a kind of simulation, where succesive states of a grid of cells are calculated based on the previous state.
Created on
17 years ago
Downloads
682
File type
Freeware
General information
Description
This is a Visual FoxPro version of the "Game of Life". The Game of Life is not really a game, but a kind of simulation, where succesive states of a grid of cells are calculated based on the previous state. For a more detailed description, see, for example: http://en.wikipedia.org/wiki/Conway's_Game_of_Life To use it, extract the files to a single folder, and run the Visual FoxPro form. Click on the cells to change their state, and either: 1) Press on "Step" to advance one generation at a time, or 2) Activate the "Run" checkbox to advance automatically.
Created by
Hilmar Zonneveld, Independent Consultant
Hilmar Zonneveld works in programming since 1986, using dBASE, FoxPro and Visual FoxPro. He is available as an independent consultant. He currently works as a programmer at Bata Shoe Organization; also as an instructor at Cisco Networking Academy. You can contact him through the Universal Thread, or, via e-mail, at hilmarz@yahoo.com. Personal Web page (mainly in Spanish): www.geocities.com/hilmarz.

Comments
Add a comment
More downloads created from this member
Hilmar Zonneveld, Independent Consultant
Converts an integer, in the range 1-3999, to a roman numeral. Sometimes the use of roman numerals may be desired in some reports.
Created on
19 years ago
Downloads
754
File type
Freeware
Hilmar Zonneveld, Independent Consultant
Class for handling arrays. Arrays are not limited to 2 dimensions, or to 65,000 elements. Some additional benefits, for instance, only initialized elements actually use up space. 2003-06-17: Fixed a bug that appeared when saving a value for a second time (MJ). 2002-11-10: Numerous improvements b...
Created on
21 years ago
Downloads
1050
File type
Hilmar Zonneveld, Independent Consultant
Do calculations with any desired precision. The class "math unlimited" supports addition, subtraction, multiplication and division, and several more. See Description for details. It can handle almost any desired precision; the only real limitation is the size of a VFP array. Also, there may be pract...
Created on
22 years ago
Downloads
910
File type
Rating
5.00/5.00
Hilmar Zonneveld, Independent Consultant
You can use this file to automate your backup tasks. Requires separate compression program. The backup program illustrates the following programming techniques: 1) Load variables from a text-file, INI style. 2) Recursive processing of folders (used here to delete files recursively, in temporary fold...
Created on
22 years ago
Downloads
1584
File type
Hilmar Zonneveld, Independent Consultant
A frequent requirement for reports is to print in text-mode, for fast printing. This can be done with report ... ASCII, but since I found that there were some problems, I preferred to create text files with "?" and "??" (many programmers prefer "@...say" instead), and send printer codes + the...
Created on
22 years ago
Downloads
3509
File type
Rating
5.00/5.00