Skip to content

kairwang01/highschool-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High School Computing Science Projects

Archive of two final projects from Computing Science 20 and Computing Science 30 at Lillian Osborne High School (Edmonton, AB) — both completed in 2020 and originally published under my previous name Jimmy Wang.

These were my first end-to-end Python projects. They are kept here for archival continuity rather than as a representation of current skill — for that, see hierarchical-insider-threat-detection.

🌐 Languages: English · 中文


English

Projects

Folder Course Project Tech Authors
cse20-kingdom-and-unions-war/ CSE 20 (Computing Science 20) Kingdom & Unions War — turn-based text battle game with random teams, dictionary-based stat tracking, and basic AI opponents Python 3 (stdlib only) Jimmy Wang
cs30-pong/ CS 30 (Computing Science 30) Pong — classic Pong reimplemented with a small custom engine (sprites, input loop, scoring) Python 3, Pygame Zhihong Liang & Jimmy Wang

How to Run

# CSE 20 — Kingdom & Unions War
cd cse20-kingdom-and-unions-war && python3 main.py

# CS 30 — Pong  (requires pygame)
pip install pygame
cd cs30-pong/PONG && python3 main.py

Why a Separate Archive

Both projects were originally separate public repositories. They were consolidated here to keep the active GitHub profile focused on current work while preserving the early work as a single, clearly-labelled snapshot.


中文

项目列表

目录 课程 项目 技术 作者
cse20-kingdom-and-unions-war/ CSE 20(高中计算机科学 20) 《Kingdom & Unions War》——回合制文字战斗游戏,含随机组队、字典存储角色属性、简易 AI 对手 Python 3(仅标准库) Jimmy Wang
cs30-pong/ CS 30(高中计算机科学 30) 《Pong》——经典 Pong 复刻,自写小型游戏引擎(精灵、输入循环、记分) Python 3 + Pygame Zhihong Liang、Jimmy Wang

运行方式

# CSE 20 — Kingdom & Unions War
cd cse20-kingdom-and-unions-war && python3 main.py

# CS 30 — Pong(需要 pygame)
pip install pygame
cd cs30-pong/PONG && python3 main.py

为什么集中归档

这两个项目原本是独立的公开仓库。整合到这里是为了让活跃 GitHub 主页聚焦在最新工作上,同时把早期作品作为一个清晰标注的快照保留下来。

About

Archive of two final projects from Lillian Osborne High School (Edmonton, AB), 2020 — Kingdom & Unions War (CSE 20, Python) and Pong (CS 30, Pygame). Originally published as Jimmy Wang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages