Welcome to my Game Prototypes repository! This space is dedicated to the development of various game prototypes. Explore the exciting projects in progress and get a glimpse into the diverse gaming experiences being crafted.
- Platformer: A classic platformer game prototype. (In progress)
- Topdown: A topdown game prototype (Next project)
- Pathfinding: Pathfinding algorithms in this prototype. (Next project)
- NPC AI: Development of advanced NPC artificial intelligence. (Next project)
- State Machine: Prototype of a state machine (Next project)
- Puzzle Game: Challenge your mind with a prototype of a captivating puzzle game. (Next project)
- Shooter Game: A topdown/platformer shooter game prototype (Next project)
To explore a specific prototype, navigate to the corresponding project folder and follow the README instructions provided in each project directory.
These prototypes are developed using the following technologies:
- Typescript: A superset of JavaScript that adds static typing.
- PIXI.js: A fast 2D rendering engine for interactive graphics.
To run any of the projects, follow these steps:
- Install dependencies with
npm install
. - Run the project with
npm run dev
.
If you're interested in contributing or have suggestions, feel free to open an issue or submit a pull request. Your input is valuable in shaping these game prototypes!
Happy gaming! 🎮