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 revisionBoth sides next revision
game_gallery [2020/03/04 20:17] neilsgame_gallery [2020/03/04 20:29] 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.
  
-<col2>+<WRAP group> 
 +<WRAP half column>
 ===== Snake ===== ===== Snake =====
 {{ :snake.png?direct&400 |}} {{ :snake.png?direct&400 |}}
Line 9: Line 10:
  
 [[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]]
-<sep2>+</WRAP> 
 +<WRAP half column>
 ===== Maze generator ===== ===== Maze generator =====
 {{ :maze.png?direct&400 |}} {{ :maze.png?direct&400 |}}
Line 16: Line 18:
 [[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]]
  
-</col>+</WRAP> 
 +</WRAP>
  
 ===== Puralax! ===== ===== Puralax! =====