X Tutup
Skip to content

Commit 537dbea

Browse files
author
djcra
committed
Add showcase section with game screenshots to README
1 parent 93b28ea commit 537dbea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66

77
CyberBasic combines the simplicity and elegance of classic BASIC programming with the full power of modern game development. Write games, graphics applications, and interactive programs using familiar BASIC syntax while leveraging the complete Raylib graphics library.
88

9+
## 🎮 What You Can Build
10+
11+
<div align="center">
12+
13+
### Classic Arcade Games
14+
![Pong Game](images/pong.png)
15+
*AI Pong - Classic paddle game with intelligent opponent*
16+
17+
![Space Invaders](images/SpaceInvaders.png)
18+
*Space Invaders - Retro arcade shooter with waves of enemies*
19+
20+
### 3D Graphics & Models
21+
![3D Model Viewer](images/3dmodelviewer.png)
22+
*3D Model Viewer - Interactive 3D model viewer with mouse controls*
23+
24+
</div>
25+
926
## Quick Start
1027

1128
### 1. Build CyberBasic

0 commit comments

Comments
 (0)
X Tutup