Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MI231 S24 Classic Game Demo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
0__GameProf-Public
MI231 S24 Classic Game Demo
Graph
551403c7cae288fb65df352863099a01a40d30af
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Mar
11
28
Feb
23
27
Mar
15
13
10
20
Feb
6
18
Jan
17
Added a simple Goomba.
main
main
Demoed importing AirMan level from Mega Man 2: https://vimeo.com/922172067/f65cab3dc1?share=copy
I believe that I have fixed the issue with the Player not grounding in Editor until it has been selected in the Hierarchy. This was due to the code for setting the grounding raycast values being in the CharacterMovement editor OnSceneGUI() script.
Made ScriptableObject for Character Controller expandable (via Naughty Attributes plugin).
Updated to Unity 2020.3.48.
Fixed a small merge issue.
Merge branch 'main' of https://gitlab.msu.edu/gameprof-public/mi231-classic-game-project-starter-kit
Update Stairs.cs
Implemented Stairs.cs and StairMaster.cs. Also added Stairs and Player prefabs.
Create UnityWindowLayoutFile_NES.wlt
v23.1.1 Made Character Ground settings in CharacterSettings_SO work properly.
Fixed jump and movement. However, velocity.x still zeroes on landing for some reason. Moving to PC because I don't have my mac charger with me.
Added Grid-Aligned BoxTrigger2D prefab. CONTROLS AREN'T LINKED TO CHARACTER!!!
Got the predictive line working and have integrated all GMTK jump values into better jump settings, however, characterJump still needs to be rewritten.
Implemented jump from GDC talk Building a Better Jump ( https://www.youtube.com/watch?v=hG9SzQxaCm8&t=784s ) along with drawing the curve of the jump and many EditorGUI elements.
Fixed a couple messages. Ready for class.
Imported the Classic Level Import stuff and Input System.
Imported 2D Sprite and 2D Tilemap Packages
Create ReadMe_Template.txt
Updated to Unity version 2020.3.43 and added UnityWindowLayoutFile.wlt to Project folder.
Initial commit
Loading