Click here to Skip to main content
15,881,812 members
Articles / Programming Languages / C#

The SpaceShoot server

Rate me:
Please Sign up or sign in to vote.
4.97/5 (32 votes)
27 Mar 2012CPOL28 min read 51.8K   1.9K   56  
Providing a stable and powerful server for the JavaScript / HTML5 browser game SpaceShoot with some gimmicks.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceShooterServer", "SpaceShooterServer\SpaceShooterServer.csproj", "{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{203E673A-9938-4055-A9B5-C74834FF3044}"
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = SpaceShooterServer.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Debug|Any CPU.ActiveCfg = Debug|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Debug|x86.ActiveCfg = Debug|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Debug|x86.Build.0 = Debug|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Release|Any CPU.ActiveCfg = Release|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Release|Mixed Platforms.Build.0 = Release|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Release|x86.ActiveCfg = Release|x86
		{4D647D47-F8F0-47D2-8FA6-29DC3CAA82B9}.Release|x86.Build.0 = Release|x86
		{203E673A-9938-4055-A9B5-C74834FF3044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Debug|x86.ActiveCfg = Debug|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Release|Any CPU.Build.0 = Release|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{203E673A-9938-4055-A9B5-C74834FF3044}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Germany Germany
Florian lives in Munich, Germany. He started his programming career with Perl. After programming C/C++ for some years he discovered his favorite programming language C#. He did work at Siemens as a programmer until he decided to study Physics.

During his studies he worked as an IT consultant for various companies. After graduating with a PhD in theoretical particle Physics he is working as a senior technical consultant in the field of home automation and IoT.

Florian has been giving lectures in C#, HTML5 with CSS3 and JavaScript, software design, and other topics. He is regularly giving talks at user groups, conferences, and companies. He is actively contributing to open-source projects. Florian is the maintainer of AngleSharp, a completely managed browser engine.

Comments and Discussions