Creative Projects
08 Creative Projects
Tyler, creative projects are a great way to explore what you enjoy building while also learning real technical and creative skills. Because you are still early in high school, the goal isn’t to produce something perfect. Instead, think of these projects as experiments where you try ideas, learn new tools, and share what you make.
The committee highlighted two promising directions that fit well for a freshman: building a small interactive game and creating a themed photography project based on local environments. Both are excellent ways to explore different interests—technology and storytelling—while producing work you can actually show people. Over time, these projects can form a simple portfolio that documents what you learned and created during high school.
Project 1: Build and Publish a Small Unity Game
A beginner game project is one of the most fun ways to learn programming, design thinking, and problem solving. Unity is widely used in the game industry and has excellent beginner tutorials.
Your goal is not to create a huge game. Instead, aim for a small but complete playable experience that demonstrates creativity and persistence.
Example concept ideas you could explore:
- A simple 3D obstacle course where the player navigates mountains or trails
- A puzzle game based on navigating outdoor terrain
- A short story-driven exploration game set in a fictional Colorado landscape
These are only starting ideas. You can adjust the theme based on what interests you.
Suggested beginner tech stack:
| Component | Suggested Tool | Purpose |
|---|---|---|
| Game Engine | Unity | Main environment for building the game |
| Programming Language | C# | Controls player movement, physics, and interactions |
| Graphics | Unity Asset Store or simple self-made assets | Characters, terrain, and objects |
| Version Control | Git + GitHub | Tracks code progress and stores the project publicly |
| Distribution | itch.io | Platform where others can download and play your game |
Basic build plan:
- Create a small environment (terrain, obstacles, or puzzle area).
- Program simple player controls like movement and jumping.
- Add one main gameplay mechanic (collect items, solve puzzles, reach checkpoints).
- Create a start screen and ending screen.
- Export a playable version and upload it to itch.io.
Finishing a project from start to playable release is far more valuable than starting many unfinished ideas.
Documenting the Development Process
Alongside the game itself, write a short explanation of how you built it. This doesn’t need to be long—one or two pages is plenty—but it helps show how you think and learn.
Your write‑up could include:
- What inspired the game idea
- The tools you used (Unity, C#, etc.)
- Problems you encountered and how you fixed them
- What you would improve if you built a second version
You can include this write‑up in the project’s GitHub repository and also on the itch.io page where the game is published.
This kind of documentation shows curiosity and reflection, which are just as important as the finished product.
GitHub Portfolio Setup
Since you may build multiple projects over the next few years, it helps to organize them in one place.
Recommended structure for your GitHub:
- Repository 1: “Unity‑First‑Game”
- README file explaining the game and including screenshots
- Link to the playable version on itch.io
- Development notes and lessons learned
Later, if you build more experiments—another game, a small simulation, or other programming projects—you can add them as additional repositories.
The goal is simply to keep a clean record of what you build over time.
Project 2: A Themed Photography Series
Creative work does not have to be technical. Photography is another powerful way to explore observation and storytelling.
A themed photo series is more interesting than random pictures because it tells a visual story. One idea the committee highlighted is focusing on outdoor environments or community spaces near where you live.
Possible themes to explore:
- Local hiking trails and natural landscapes
- Parks and outdoor recreation spaces
- How people interact with nature in everyday life
- Seasonal changes in the same locations
You do not need expensive equipment. A smartphone camera works perfectly well when you focus on composition and lighting.
Project structure:
| Stage | Goal |
|---|---|
| Exploration | Visit several outdoor locations and experiment with different angles and lighting. |
| Selection | Choose 8–12 photos that fit a consistent theme. |
| Editing | Use simple editing tools such as Lightroom, Snapseed, or basic phone editing. |
| Presentation | Create a small online gallery or portfolio page. |
You can host the finished series on a simple website, a digital portfolio platform, or even a GitHub Pages site if you want to combine the technical and creative sides of your work.
Combining Projects into a Portfolio
Over time, these projects can become a small creative portfolio that represents your interests. Right now you may not know exactly what field you want to pursue, and that’s completely normal for a freshman. Projects like these help you discover what kinds of work you actually enjoy.
Your portfolio could eventually include:
- A playable Unity game hosted on itch.io
- The GitHub repository showing how it was built
- A short development write‑up
- A photography series documenting outdoor spaces
This combination shows both technical curiosity and creative exploration.
Suggested Project Timeline (Freshman–Sophomore Exploration)
| Month | Focus | Target Outcome |
|---|---|---|
| September | Install Unity and complete beginner tutorials | Basic understanding of Unity interface |
| October | Prototype simple player movement and environment | First playable scene |
| November | Add core game mechanic | Functional gameplay loop |
| December | Finish and export the game | Playable build uploaded to itch.io |
| January | Write development reflection | GitHub documentation complete |
| February | Begin photography exploration | Visit several outdoor locations |
| March | Take and curate photos | 10–12 strong images selected |
| April | Edit and publish photography series | Online gallery completed |
These timelines are flexible. The point is simply to move from experimenting with ideas to finishing small creative projects.
By the end of the year, you’ll have something tangible that shows what you explored and what you learned—two things that matter far more than trying to rush into overly complex projects too early.