Re: Designing a simple game in Pascal, would like some advice
: : Whenever you need to store a lot of data use either arrays or linked : : lists. In this case a 2D-array will be best. : : All right, thanks. It took awhile, but I figured out how to create, : edit,...
View ArticleRe: Designing a simple game in Pascal, would like some advice
: Whenever you need to store a lot of data use either arrays or linked : lists. In this case a 2D-array will be best. All right, thanks. It took awhile, but I figured out how to create, edit, and...
View ArticleRe: Designing a simple game in Pascal, would like some advice
: One of my favorite things to do on a computer is create games, and : I'd love to do that with Pascal. Here's a summary of the game: : : It will be called "Robot vs. Monster". As the name implies, the...
View ArticleDesigning a simple game in Pascal, would like some advice
One of my favorite things to do on a computer is create games, and I'd love to do that with Pascal. Here's a summary of the game: It will be called "Robot vs. Monster". As the name implies, the player...
View Article