tasting on MonoGame
commit483bed2b037c094fd03d37882def4dbfa50906ab
authorJack Mao <junchih.1893@gmail.com>
Wed, 19 May 2021 03:04:19 +0000 (19 11:04 +0800)
committerJack Mao <junchih.1893@gmail.com>
Wed, 19 May 2021 03:04:19 +0000 (19 11:04 +0800)
tree2333f609658f602b0f91366b623c241800ff6854
parent3e88c4fefc540ae18dffff05d47171ca9bdf6f4c
tasting on MonoGame
79 files changed:
MyGame/Icon.bmp [deleted file]
MyGame/Icon.ico [deleted file]
MyGame/MyGame.csproj
MyGame/app.manifest [deleted file]
Platformer2D/Documentation/1_basic_platformer_features.md [new file with mode: 0644]
Platformer2D/Documentation/2_intermediate_platformer_features.md [new file with mode: 0644]
Platformer2D/Documentation/2_platformer_adding_a_powerup.md [new file with mode: 0644]
Platformer2D/Documentation/3_adding_a_scrolling_level.md [new file with mode: 0644]
Platformer2D/Documentation/3_advanced_platformer_features.md [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer0_0.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer0_1.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer0_2.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer1_0.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer1_1.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer1_2.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer2_0.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer2_1.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Backgrounds/Layer2_2.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Fonts/Hud.spritefont [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Levels/0.txt [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Levels/1.txt [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Levels/2.txt [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Overlays/you_died.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Overlays/you_lose.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Overlays/you_win.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Platformer2D.contentproj [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Platformer2D.mgcb [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/ExitReached.wav [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/GemCollected.wav [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/MonsterKilled.wav [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/Music.wma [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/PlayerFall.wav [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/PlayerJump.wav [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/PlayerKilled.wav [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sounds/Powerup.wav [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/Gem.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterA/Idle.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterA/Run.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterB/Idle.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterB/Run.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterC/Idle.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterC/Run.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterD/Idle.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/MonsterD/Run.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/Player/Celebrate.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/Player/Die.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/Player/Idle.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/Player/Jump.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/Player/Run.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Sprites/VirtualControlArrow.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockA0.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockA1.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockA2.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockA3.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockA4.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockA5.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockA6.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockB0.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/BlockB1.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/Exit.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Content/Tiles/Platform.png [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Accelerometer.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Animation.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/AnimationPlayer.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Circle.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Enemy.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Gem.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Level.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Player.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/RectangleExtensions.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/Tile.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/TouchCollectionExtensions.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Game/VirtualGamePad.cs [new file with mode: 0644]
Platformer2D/Platformer2D.Core/Platformer2D.Core.csproj [new file with mode: 0644]
Platformer2D/Platformer2D.DesktopGL.sln [new file with mode: 0644]
Platformer2D/Platformer2D.DesktopGL/Platformer2D.DesktopGL.csproj [copied from MyGame/MyGame.csproj with 60% similarity]
Platformer2D/Platformer2D.DesktopGL/Program.cs [new file with mode: 0644]
Platformer2D/README.md [new file with mode: 0644]