Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
game_gallery [2020/03/04 20:35] neilsgame_gallery [2020/06/02 20:50] neils
Line 3: Line 3:
 The following programs were written in **XC=BASIC**. If you've written a working XC=BASIC program, please add it to the examples/ directory in the develop branch of the GitHub repo and submit a PR. Or you can just send it to me to feketecsaba dot gmail dot com. The following programs were written in **XC=BASIC**. If you've written a working XC=BASIC program, please add it to the examples/ directory in the develop branch of the GitHub repo and submit a PR. Or you can just send it to me to feketecsaba dot gmail dot com.
  
-<WRAP group+<html
-<WRAP column half left>+<table width="100%"> 
 +<tr> 
 +<td width="50%"> 
 +</html>
 ===== Snake ===== ===== Snake =====
 {{ :snake.png?direct&400 |}} {{ :snake.png?direct&400 |}}
Line 10: Line 13:
  
 [[https://github.com/neilsf/XC-BASIC/blob/master/examples/snake/snake.bas|Source code]] [[https://github.com/neilsf/XC-BASIC/blob/master/examples/snake/snake.bas|Source code]]
-</WRAP+<html> 
-<WRAP column half left>+</td
 +<td width="50%"> 
 +</html>
 ===== Maze generator ===== ===== Maze generator =====
 {{ :maze.png?direct&400 |}} {{ :maze.png?direct&400 |}}
Line 18: Line 23:
 [[https://github.com/neilsf/XC-BASIC/blob/master/examples/mazegen/mazegenerator-xcbasic.bas|Source code]] [[https://github.com/neilsf/XC-BASIC/blob/master/examples/mazegen/mazegenerator-xcbasic.bas|Source code]]
  
-</WRAP+<html> 
-</WRAP>+</td></tr> 
 +<tr> 
 +<td width="50%"
 +</html> 
  
 ===== Puralax! ===== ===== Puralax! =====
Line 27: Line 36:
  
 [[https://github.com/neilsf/XC-BASIC/blob/master/examples/puralax/puralax.bas|Source code]] [[https://github.com/neilsf/XC-BASIC/blob/master/examples/puralax/puralax.bas|Source code]]
 +
 +<html>
 +</td>
 +<td width="50%">
 +</html>
  
 ===== Plazma ===== ===== Plazma =====
Line 34: Line 48:
  
 [[https://github.com/neilsf/XC-BASIC/blob/v2.1-beta2/examples/plazma/plazma.bas|Source code]] [[https://github.com/neilsf/XC-BASIC/blob/v2.1-beta2/examples/plazma/plazma.bas|Source code]]
 +
 +<html>
 +</td></tr>
 +<tr>
 +<td width="50%">
 +</html>
 +
  
 ===== XCB Invaders ===== ===== XCB Invaders =====
Line 41: Line 62:
  
 [[https://github.com/neilsf/XC-BASIC/tree/master/examples/invaders|Game and source code]] [[https://github.com/neilsf/XC-BASIC/tree/master/examples/invaders|Game and source code]]
 +
 +<html>
 +</td>
 +<td width="50%">
 +</html>
 +
 +===== Chaze in the Maze =====
 +{{ :chase-maze.png?direct&400 |}}
 +
 +A demo written by JJFlash featuring a maze solver algorithm. FreeBasic version also available.
 +
 +[[https://github.com/JJFlash-IT/digital-tag/tree/master/c64|Game and source code]]
 +
 +
 +<html>
 +</td></tr>
 +<tr>
 +<td width="50%">
 +</html>
 +
 +===== Flying Saucers =====
 +{{ ::screenshot_from_2020-06-02_20.48.53.png?direct&400 |}}
 +
 +This game is yet under development. The source code is available, but far from fully functional.
 +
 +[[https://github.com/neilsf/flying-saucers|Game and source code]]
 +
 +<html>
 +</td>
 +<td width="50%">
 +</td>
 +</tr>
 +</table>
 +</html>