Development-Project
This is a 2D platformer for the subject of Game Development made by students in CITM. The game is a platformer where the player jumps and dashes through diverse obstacles.
Right now only 1 level is implemented with the basics for player movement and dying/respawning and attacking enemies with sounds for different actions.
Authors
- Marc San José Martinez - https://github.com/Marcsjm19
- Marc Gallardo Quesada - https://github.com/Marchusky
Tasks
Marc San José Martinez:
-
Assignment 1:
** Camera
** Player
** Collider types -
Assignment 2:
** Fx and music
** Save/Load (right now only working for player)
** Combat system between enemies and player
** Walking enemy and flying enemy with corresponding behaviour (patrol and pathfinding)
** Readme -
Assignment 3
** Coins
** Boss
** Tried GUI but not successful (code commented because it made the game very slow or crash)
** Restrict pathfinding search
** Background music and Fx
** Fixed GodMode
Marc Gallardo Quesada
-
Assignment 1:
** Level + Collider Placement
** Level loading
** GodMode
** Readme -
Assignment 2:
Github Repository
https://github.com/Marcsjm19/MyDevGame
Controls
Debug
- 1: start level 1
- 2: start testing level
- R: respawn
- F5: save
- F6: load
- F9: show/hide colliders
- F10: godmode
- F11: frame cap 60fps
Gameplay
- A: left
- D: right
- F: attack
- SPACE: jump
- SPACE while on air: double jump
- LEFT-SHIFT: dash with 1s cooldown
- W,A,S,D: godMode movement
Art sources
- TileSet - https://gtajima.itch.io/2d-platformer-tiles-castle
- Player - https://penzilla.itch.io/hooded-protagonist
License
MIT License
Copyright (c) 2024 Marc San José Martinez - Marc Gallardo Quesada
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.