Difference between revisions of "Games"

From Lazarus wiki
Jump to navigationJump to search
(→‎Games written in Pascal: Added Mundo MMORPG)
Line 41: Line 41:
 
|-  
 
|-  
 
| Ultrastar Deluxe (USDX)
 
| Ultrastar Deluxe (USDX)
|
+
| [https://github.com/UltraStar-Deluxe/USDX GitHub]
https://github.com/UltraStar-Deluxe/USDX
 
 
| [https://opensource.org/licenses/gpl-license GNU General Public License]
 
| [https://opensource.org/licenses/gpl-license GNU General Public License]
 
| {{Yes}}
 
| {{Yes}}
 
|A karaoke game, basically an OSS Singstar clone
 
|A karaoke game, basically an OSS Singstar clone
 +
|-
 +
| Mundo
 +
| [https://sourceforge.net/projects/gamemundo/ SourceForge]
 +
| [https://opensource.org/licenses/gpl-license GNU General Public License]
 +
| {{Yes}}
 +
| Maybe the first [https://en.wikipedia.org/wiki/Massively_multiplayer_online_role-playing_game MMORPG] written in Pascal.
 
|}
 
|}
  

Revision as of 13:49, 13 January 2018


Games written in Pascal

Here's a list of notable games made in Pascal or Object Pascal.

Name Site License Source available Notes
Peg Solitaire Peg Solitaire tutorial Public Domain

There's no license note, so I'm wondering. It may be Creative Commons as well.

Yes A step-by-step explanation of how to build a Peg Solitaire using Lazarus.
Hedgewars www.hedgewars.org GNU General Public License Yes A well known Worms clone.
Beyond the Titanic Download page at 3DReams website GNU General Public License Yes An early game by Apogee.
Darkest Before the Dawn

Google Play GitHub Sourceforge

GNU General Public License Yes First game using Castle Game Engine in Android.
Ultrastar Deluxe (USDX) GitHub GNU General Public License Yes A karaoke game, basically an OSS Singstar clone
Mundo SourceForge GNU General Public License Yes Maybe the first MMORPG written in Pascal.

Pascal Ported Games

This list contains games written in other languages ported to Pascal. Note that most them were written for Delphi but may be they can be compiled/ported to Free Pascal too.

Name Site License Notes
Delphi Doom Sourceforge GNU General Public License
Quake to Delphi Sourceforge

Geocities

GNU General Public License Sourcefoge is the active one. The old-site appears to be quite dead now. Though the source code can still be downloaded.
Quake II Delphi (Quake 2 Delphi) www.sulaco.co.za GNU General Public License
Civilization 2 www.c-evo.org Public Domain It was spotted on the forum back in 2009. The engine used is not the original Civilization II engine. So as long as graphical resources are different, it's quite good TBS engine.

Game lists

You can find more games in the next links:

Available Game Engines also include examples and game demos.