Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wsun committed Dec 8, 2024
1 parent 5a32ddb commit e9159c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ example page of <a target="_blank" href="./samples/index.html">web development</

## My projects:

### AirForce:

[A simple Python game with Pygame and sample of OOP programming](https://stoneskin.github.io/AirForce/)
([link to repository](https://github.com/stoneskin/AirForce))


### CCRApp:

MLCCC Chinese Characters Recognition App ([Demo of Html Prototype](https://stoneskin.github.io/Demo/CCRApp/login.html){:target="_blank"})
Expand Down
2 changes: 2 additions & 0 deletions python/2_LearnPython/10.3.PyGameStepByStep-1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 10.3 Build a AirForce Game step by step (Part 1)

Below content and code be moved to https://stoneskin.github.io/AirForce/ ([repo](https://github.com/stoneskin/AirForce))

## 10.3.1 Step1 Initial the PYGame

- Create a project folder, and add a images folder in the project folder
Expand Down
2 changes: 2 additions & 0 deletions python/2_LearnPython/10.4.PyGameStepByStep-2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 10.4 Build a AirForce Game step by step (Part 2)

Below content and code be moved to https://stoneskin.github.io/AirForce/ ([repo](https://github.com/stoneskin/AirForce))

## 10.4.1 Step 5: Add Enemies

- Prepare images for enemies
Expand Down

0 comments on commit e9159c9

Please sign in to comment.