Skip to content

ChapmanCPSC370/TriviaGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#GameCollectionApp The original project was just a c# console application that took in data from a text file, and made a simple trivia game. I am changing this to a collection of gui games. The user will be able to choose from different trivia formats or choose other classic games to play. Using .Net Framework 4.5. Platform is limited to Windows.

##Mission Statement A place to make a collection of games. I enjoy making little games like this. Its a fun hobby and exercises my programming skills. I am also learning how to use github for OSS projects. If you also like creating games and want to see where your programming skills are, then feel free to contribute.

##Ways To Contribute

  1. Code
  1. Art
  • Add art work to the README
  • Add artwork to games by following instruction from above
  1. Documentation
  • If you have good communication skills, please feel free to add to the wiki page

##Prerequisites

  • Knowledge of C#
  • Knowledge of SQLite is a plus
  • Use a version of Visual Studio that supports .Net 4.5 Framework

##Installation If you don't have Visual Studio installed, then download the free version of visual studio here and follow install directions. A microsoft account may be neccesary for set up after the installation has completed.

##Run in Visual Studio Open Visual Studio. Click on the File menu, then click Open, then choose Project/Solution. Find the project folder, and open the TriviaGame.sln file.

To view the code, click on the View menu, and then click on Code, or press F7.

To view the designer, click on the View menu and then click on Designer, or press shift+F7

#####Run in MonoDevelop Developers can choose to do this in MonoDevelop but it will need to be started from scratch and be a separate project because MonoDevelop only supports winforms for .Net 2.0. You can install MonoDevelop from here . It is supported on Linux, Mac OSX, and Windows. Depending on what OS you are using, you will follow different instruction to download and install.

Mono Documentation

For UI elements, you will want to use WinForms

##License MIT License

##Communication Gitter Developers can now communicate in the Gitter chat room.

About

A collection of games, derived from a Trivia Game project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 80.0%
  • C# 19.9%
  • Batchfile 0.1%