You'll find below some of the programs I have designed in other languages than Java, namely Basic and Pascal.
Connect 4 (162 Kb), made in 1994-1995 in Borland Pascal 7.0 (parts of the code are in Assembly language), is adapted from the well-known board game. The computer part is FAR from being perfect : it requires a very, very powerful machine to reach the 6-go depth in a reasonable time. Actually, I don't think such a machine exits today (1997). Nevertheless, I have seen a Connect 4-type game under Linux, almost impossible to defeat, though the time needed for the computer's move was null. I wonder how they did...
Note: Connect 4 does not seem to work with Windows 2000. Configuration issues with the DOS command line?
Features :
Fonction (77 Kb), made in 1994 using Borland Pascal 6.0, is a 2D function plotter. It is very buggy, so do not expect to use it easily, or even efficiently. It is simply a demonstration of an algorithm that interprets a mathematical expression.
Features:
Now, here are some programs that I used to understand some aspects of programming. All of them are in French, though.
I have also designed a number of programs in Turbo Basic, particularly before 1993. They are not available here, as most would be impossible to use, because of the speed of the current computers. Also, most are lost in a hard disk in my old PC XT...