An educational action RPG for Southwestern College
Explore the SWC campus and learn about the School of Arts, Communication, Design & Media (ACDM) programs through an engaging top-down adventure game.
JagQuest is a Godot 4 game that reimagines the ACDM School Explorer as a proper action RPG. Players control a Jaguar character navigating the campus, interacting with NPCs, and discovering educational content about SWC's programs.
- Top-down action RPG gameplay
- Campus exploration with multiple buildings
- NPC interactions with faculty and staff information
- Program discovery system
- Collectibles and achievements
- Pixel art aesthetic with SWC school colors
This project follows the structure and conventions from HeartBeast's Action RPG Tutorial, adapted for Godot 4.
jagquest/
├── Player/ # Player character scenes and scripts
├── World/ # Level/world scenes
├── Enemies/ # Enemy characters (future)
├── UI/ # User interface elements
├── Overlap/ # Hitbox/Hurtbox systems (future)
├── Effects/ # Visual effects (future)
├── Resources/ # Shared resources
├── project.godot # Godot project configuration
└── icon.svg # Game icon
- WASD / Arrow Keys: Move
- Space: Attack (future)
- Shift: Roll/Dodge (future)
- E: Interact
- Godot 4.2+
- Developer: Nakul Tiruviluamala
- For: Southwestern College ACDM
- Tutorial Reference: HeartBeast's Action RPG Series
Educational project for Southwestern College.