Download EuroManager

Description

Football manager on-line with graphical simulation. Developed in .NET, C#, Silverlight, ASP.NET MVC.

Icons

EuroManager

Source Files

The download file euromanager.zip has the following entries.


.hgignore// w ww  .  j  a v  a 2s  . co  m
EuroManager.Domain.Simulator.Tests/AI/PlayerAITests.cs
EuroManager.Domain.Simulator.Tests/AI/States/ChaseBallStateTests.cs
EuroManager.Domain.Simulator.Tests/AI/States/ControlBallStateTests.cs
EuroManager.Domain.Simulator.Tests/AI/States/ObserveStateTests.cs
EuroManager.Domain.Simulator.Tests/AI/TeamAITests.cs
EuroManager.Domain.Simulator.Tests/Engine/Movements/ArriveMovementTests.cs
EuroManager.Domain.Simulator.Tests/Engine/Movements/HitMovementTests.cs
EuroManager.Domain.Simulator.Tests/Engine/Movements/StillMovementTests.cs
EuroManager.Domain.Simulator.Tests/Engine/MovingEntityTests.cs
EuroManager.Domain.Simulator.Tests/Engine/SteeringTests.cs
EuroManager.Domain.Simulator.Tests/Engine/TimerTests.cs
EuroManager.Domain.Simulator.Tests/Engine/Vector2DTests.cs
EuroManager.Domain.Simulator.Tests/EuroManager.Domain.Simulator.Tests.csproj
EuroManager.Domain.Simulator.Tests/FakeRandomizer.cs
EuroManager.Domain.Simulator.Tests/Helpers/MathsTests.cs
EuroManager.Domain.Simulator.Tests/Helpers/ObjectExtensionsTests.cs
EuroManager.Domain.Simulator.Tests/Helpers/PhysicsTests.cs
EuroManager.Domain.Simulator.Tests/Helpers/SingleExtensionsTests.cs
EuroManager.Domain.Simulator.Tests/Properties/AssemblyInfo.cs
EuroManager.Domain.Simulator.Tests/Result/BallDataTests.cs
EuroManager.Domain.Simulator.Tests/Result/GameDataTests.cs
EuroManager.Domain.Simulator.Tests/Result/PlayerDataTests.cs
EuroManager.Domain.Simulator.Tests/Tactics/FakePlayerTactics.cs
EuroManager.Domain.Simulator.Tests/Tactics/PitchNodeTests.cs
EuroManager.Domain.Simulator.Tests/Tactics/PlayerTacticsTests.cs
EuroManager.Domain.Simulator.Tests/Tactics/Tactics442Tests.cs
EuroManager.Domain.Simulator.Tests/TestHelper.cs
EuroManager.Domain.Simulator.Tests/World/BallTests.cs
EuroManager.Domain.Simulator.Tests/World/ClockTests.cs
EuroManager.Domain.Simulator.Tests/World/FakeGameWorld.cs
EuroManager.Domain.Simulator.Tests/World/PitchTests.cs
EuroManager.Domain.Simulator.Tests/World/PlayerTests.cs
EuroManager.Domain.Simulator.Tests/World/TeamTests.cs
EuroManager.Domain.Simulator/AI/IPlayerAI.cs
EuroManager.Domain.Simulator/AI/ITeamAI.cs
EuroManager.Domain.Simulator/AI/PlayerAI.cs
EuroManager.Domain.Simulator/AI/States/ChaseBallState.cs
EuroManager.Domain.Simulator/AI/States/ControlBallState.cs
EuroManager.Domain.Simulator/AI/States/IState.cs
EuroManager.Domain.Simulator/AI/States/ObserveState.cs
EuroManager.Domain.Simulator/AI/TeamAI.cs
EuroManager.Domain.Simulator/Engine/IMovingEntity.cs
EuroManager.Domain.Simulator/Engine/ISteering.cs
EuroManager.Domain.Simulator/Engine/ITimeAware.cs
EuroManager.Domain.Simulator/Engine/Movements/ArriveMovement.cs
EuroManager.Domain.Simulator/Engine/Movements/HitMovement.cs
EuroManager.Domain.Simulator/Engine/Movements/IMovement.cs
EuroManager.Domain.Simulator/Engine/Movements/StillMovement.cs
EuroManager.Domain.Simulator/Engine/MovingEntity.cs
EuroManager.Domain.Simulator/Engine/Steering.cs
EuroManager.Domain.Simulator/Engine/TimeLocation.cs
EuroManager.Domain.Simulator/Engine/Timer.cs
EuroManager.Domain.Simulator/Engine/Vector2D.cs
EuroManager.Domain.Simulator/EuroManager.Domain.Simulator.csproj
EuroManager.Domain.Simulator/GameSimulator.cs
EuroManager.Domain.Simulator/GameWorldFactory.cs
EuroManager.Domain.Simulator/Helpers/Maths.cs
EuroManager.Domain.Simulator/Helpers/ObjectExtensions.cs
EuroManager.Domain.Simulator/Helpers/Physics.cs
EuroManager.Domain.Simulator/Helpers/SingleExtensions.cs
EuroManager.Domain.Simulator/IGameWorldFactory.cs
EuroManager.Domain.Simulator/IRandomizer.cs
EuroManager.Domain.Simulator/Properties/AssemblyInfo.cs
EuroManager.Domain.Simulator/Randomizer.cs
EuroManager.Domain.Simulator/Result/BallData.cs
EuroManager.Domain.Simulator/Result/GameData.cs
EuroManager.Domain.Simulator/Result/GameTeam.cs
EuroManager.Domain.Simulator/Result/HighlightData.cs
EuroManager.Domain.Simulator/Result/PlayerData.cs
EuroManager.Domain.Simulator/Tactics/IPlayerTactics.cs
EuroManager.Domain.Simulator/Tactics/ITeamTactics.cs
EuroManager.Domain.Simulator/Tactics/PitchNode.cs
EuroManager.Domain.Simulator/Tactics/PlayerTactics.cs
EuroManager.Domain.Simulator/Tactics/Tactics442.cs
EuroManager.Domain.Simulator/World/Ball.cs
EuroManager.Domain.Simulator/World/Clock.cs
EuroManager.Domain.Simulator/World/GameWorld.cs
EuroManager.Domain.Simulator/World/IBall.cs
EuroManager.Domain.Simulator/World/IGameWorld.cs
EuroManager.Domain.Simulator/World/IPitch.cs
EuroManager.Domain.Simulator/World/IPlayer.cs
EuroManager.Domain.Simulator/World/ITeam.cs
EuroManager.Domain.Simulator/World/Pitch.cs
EuroManager.Domain.Simulator/World/PitchSide.cs
EuroManager.Domain.Simulator/World/Player.cs
EuroManager.Domain.Simulator/World/Team.cs
EuroManager.Presentation.WebPortal.GameViewer/App.xaml
EuroManager.Presentation.WebPortal.GameViewer/App.xaml.cs
EuroManager.Presentation.WebPortal.GameViewer/Content/Ball.png
EuroManager.Presentation.WebPortal.GameViewer/Content/Goalkeeper.png
EuroManager.Presentation.WebPortal.GameViewer/Content/Pitch.png
EuroManager.Presentation.WebPortal.GameViewer/Content/PlayerBlue.png
EuroManager.Presentation.WebPortal.GameViewer/Content/PlayerRed.png
EuroManager.Presentation.WebPortal.GameViewer/Data/BallData.cs
EuroManager.Presentation.WebPortal.GameViewer/Data/GameData.cs
EuroManager.Presentation.WebPortal.GameViewer/Data/GameTeam.cs
EuroManager.Presentation.WebPortal.GameViewer/Data/HighlightData.cs
EuroManager.Presentation.WebPortal.GameViewer/Data/PlayerData.cs
EuroManager.Presentation.WebPortal.GameViewer/EuroManager.Presentation.WebPortal.GameViewer.csproj
EuroManager.Presentation.WebPortal.GameViewer/ISpeedController.cs
EuroManager.Presentation.WebPortal.GameViewer/MainPage.xaml
EuroManager.Presentation.WebPortal.GameViewer/MainPage.xaml.cs
EuroManager.Presentation.WebPortal.GameViewer/MainViewModel.cs
EuroManager.Presentation.WebPortal.GameViewer/Models/Ball.cs
EuroManager.Presentation.WebPortal.GameViewer/Models/Clock.cs
EuroManager.Presentation.WebPortal.GameViewer/Models/Player.cs
EuroManager.Presentation.WebPortal.GameViewer/Models/PlayerType.cs
EuroManager.Presentation.WebPortal.GameViewer/Models/PresentationModel.cs
EuroManager.Presentation.WebPortal.GameViewer/Models/Score.cs
EuroManager.Presentation.WebPortal.GameViewer/Properties/AppManifest.xml
EuroManager.Presentation.WebPortal.GameViewer/Properties/AssemblyInfo.cs
EuroManager.Presentation.WebPortal.GameViewer/Updates/BallLocationUpdate.cs
EuroManager.Presentation.WebPortal.GameViewer/Updates/ClockUpdate.cs
EuroManager.Presentation.WebPortal.GameViewer/Updates/EmptyUpdate.cs
EuroManager.Presentation.WebPortal.GameViewer/Updates/IGameUpdate.cs
EuroManager.Presentation.WebPortal.GameViewer/Updates/PlayerLocationUpdate.cs
EuroManager.Presentation.WebPortal.GameViewer/Updates/ScoreUpdate.cs
EuroManager.Presentation.WebPortal.GameViewer/Updates/SpeedUpdate.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/BoolToVisibilityConverter.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/DelegateCommand.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/NegateConverter.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/NotBoolToVisibilityConverter.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/PitchLocationConverter.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/SelectConverter.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/SelectOption.cs
EuroManager.Presentation.WebPortal.GameViewer/Utilities/SelectOptionCollection.cs
EuroManager.Presentation.WebPortal/ClientBin/GameViewer.xap
EuroManager.Presentation.WebPortal/Content/Site.css
EuroManager.Presentation.WebPortal/Controllers/HomeController.cs
EuroManager.Presentation.WebPortal/EuroManager.Presentation.WebPortal.csproj
EuroManager.Presentation.WebPortal/GameViewerTestPage.aspx
EuroManager.Presentation.WebPortal/Global.asax
EuroManager.Presentation.WebPortal/Global.asax.cs
EuroManager.Presentation.WebPortal/Properties/AssemblyInfo.cs
EuroManager.Presentation.WebPortal/Scripts/MicrosoftAjax.debug.js
EuroManager.Presentation.WebPortal/Scripts/MicrosoftAjax.js
EuroManager.Presentation.WebPortal/Scripts/MicrosoftMvcAjax.debug.js
EuroManager.Presentation.WebPortal/Scripts/MicrosoftMvcAjax.js
EuroManager.Presentation.WebPortal/Scripts/MicrosoftMvcValidation.debug.js
EuroManager.Presentation.WebPortal/Scripts/MicrosoftMvcValidation.js
EuroManager.Presentation.WebPortal/Scripts/jquery-1.4.1-vsdoc.js
EuroManager.Presentation.WebPortal/Scripts/jquery-1.4.1.js
EuroManager.Presentation.WebPortal/Scripts/jquery-1.4.1.min.js
EuroManager.Presentation.WebPortal/Scripts/jquery.validate-vsdoc.js
EuroManager.Presentation.WebPortal/Scripts/jquery.validate.js
EuroManager.Presentation.WebPortal/Scripts/jquery.validate.min.js
EuroManager.Presentation.WebPortal/Silverlight.js
EuroManager.Presentation.WebPortal/Views/Account/ChangePassword.aspx
EuroManager.Presentation.WebPortal/Views/Account/ChangePasswordSuccess.aspx
EuroManager.Presentation.WebPortal/Views/Account/LogOn.aspx
EuroManager.Presentation.WebPortal/Views/Account/Register.aspx
EuroManager.Presentation.WebPortal/Views/Home/About.aspx
EuroManager.Presentation.WebPortal/Views/Home/Index.aspx
EuroManager.Presentation.WebPortal/Views/Shared/Error.aspx
EuroManager.Presentation.WebPortal/Views/Shared/LogOnUserControl.ascx
EuroManager.Presentation.WebPortal/Views/Shared/Site.Master
EuroManager.Presentation.WebPortal/Views/Web.config
EuroManager.Presentation.WebPortal/Web.Debug.config
EuroManager.Presentation.WebPortal/Web.Release.config
EuroManager.Presentation.WebPortal/Web.config
EuroManager.Services/Data/BallData.cs
EuroManager.Services/Data/GameData.cs
EuroManager.Services/Data/GameTeam.cs
EuroManager.Services/Data/HighlightData.cs
EuroManager.Services/Data/PlayerData.cs
EuroManager.Services/EuroManager.Services.csproj
EuroManager.Services/ISimulatorService.cs
EuroManager.Services/Implementation/SimulatorService.cs
EuroManager.Services/Properties/AssemblyInfo.cs
EuroManager.sln
Libraries/Rhino.Mocks.dll
Libraries/Rhino.Mocks.xml
Libraries/nunit.framework.dll
Libraries/nunit.framework.xml
Settings.StyleCop
StaticCodeAnalysis.ruleset

Download

Click the following link to download euromanager.zip.

euromanager.zip




















Home »
  ASP.NET Free Code »
    Development »




API
Cache
Compiler
CSS
Example
Framework
HTML5
HTTP
Javascript
jQuery
JSON
Library
log4net
RSS
Session
SharePoint
Silverlight
UI
Unicode
URL
Validation
Visual Studio
WCF
Workflow
XML