|
|
пре 2 месеци | |
|---|---|---|
| .. | ||
| .config | пре 2 месеци | |
| .vscode | пре 2 месеци | |
| Core | пре 2 месеци | |
| Platforms | пре 2 месеци | |
| README.md | пре 2 месеци | |
| Waypoint.sln | пре 2 месеци | |
This is a cross-platform MonoGame 3.8.* sample project, targeting Windows, DesktopGL, Android, and iOS using .NET 8.0. Shared game logic is in the Core project, with platform-specific entry points in their respective directories.
README.md
Waypoint.sln
Core/
Tank.cs
Waypoint.Core.csproj
WaypointList.cs
WaypointSample.cs
Behaviors/
Behavior.cs
LinearBehavior.cs
SteeringBehavior.cs
Content/
Content.mgcb
cursor.png
Default.png
dot.png
font.spritefont
GameThumbnail.png
Icon.ico
tank.png
Platforms/
Android/
AndroidManifest.xml
MainActivity.cs
Waypoint.Android.csproj
DesktopGL/
Program.cs
Waypoint.DesktopGL.csproj
iOS/
Info.plist
Program.cs
Waypoint.iOS.csproj
Windows/
Program.cs
Waypoint.Windows.csproj
Core/Content/Content.mgcb.Platforms/Android/Waypoint.Android.csprojPlatforms/DesktopGL/Waypoint.DesktopGL.csprojPlatforms/iOS/Waypoint.iOS.csprojPlatforms/Windows/Waypoint.Windows.csprojCore directory.For more details, see the individual platform project files.