Click to enlarge
Battleships
- Made in MonoGame
- Battleships game
- Singleplayer
Click to enlarge
StackItUp
- Made in MonoGame
- Tower stacking game
- Physics simulation
- Tweening using easing functions
- Android build
- Touchscreen support
Click to enlarge
EightBall
- Made in MonoGame
- Classic pool variant 8ball
- Soundeffects
- Built around same engine
- Physics simulation
- Assets from public domain
Click to enlarge
SpaceInvaders
- Second game made in MonoGame
- New entity-component architecture
- Own pixelart
- Built around own engine
Click to enlarge
Asteroids
- First game made in MonoGame
- Entity-Component-System
- Multiplayer via Lidgren.Network
- Update loop based
- Built around own engine
Click to enlarge
ExplosivesDude_WPF
- Up to 4 player P2P multiplayer via tcp
- Own pixelart
- Made in WPF
- Event based, no update loop
- Based on bomberman
- Player selection
Click to enlarge
Minesweeper_WPF
- Classic minesweeper
- Made in WPF
- Single code file
- Progress indicator
Click to enlarge
Snake_WPF
- Networked multiplayer via tcp
- Local Multiplayer
- No art
- Made in WPF
- Custom WPF user controls
Click to enlarge
Tetris_WPF
- First game ever
- No art
- WPF, no Engine
- Close to tetris guideline
- No update loop