Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

Star Trek 1971 Text Game

Rate me:
Please Sign up or sign in to vote.
4.94/5 (123 votes)
29 Jul 2008LGPL315 min read 467.8K   4.6K   147  
A reworking of the 1971 Star Trek text game using C#

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarTrek", "StarTrek\StarTrek.csproj", "{8BEA5D1A-70DB-4261-BE92-0492E19C19E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperStarTrek", "SuperStarTrek\SuperStarTrek.csproj", "{30C526F7-3E84-4EFC-ABCB-EFD4423AB236}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8BEA5D1A-70DB-4261-BE92-0492E19C19E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8BEA5D1A-70DB-4261-BE92-0492E19C19E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8BEA5D1A-70DB-4261-BE92-0492E19C19E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8BEA5D1A-70DB-4261-BE92-0492E19C19E5}.Release|Any CPU.Build.0 = Release|Any CPU
		{30C526F7-3E84-4EFC-ABCB-EFD4423AB236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{30C526F7-3E84-4EFC-ABCB-EFD4423AB236}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{30C526F7-3E84-4EFC-ABCB-EFD4423AB236}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{30C526F7-3E84-4EFC-ABCB-EFD4423AB236}.Release|Any CPU.Build.0 = 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 GNU Lesser General Public License (LGPLv3)


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions