MultiMiniGame is a team collaboration project developed in C# using .NET during our second year of university. The project consists of multiple mini-games created to practice and apply core programming concepts.
- Multiple mini-games bundled in one project.
- Game 1: Guess The Word
- Game 2: Who Wants to Be a Millionaire
- Game 3: Boss Attack
- Game 4: Breakout
- Language: C#
- Framework: .NET 10
- IDE: Visual Studio 2022 / 2026
- Libraries:
- [
LibVLCSharp] for video/audio playback
- [
- Clone the repository:
git clone https://github.com/Laykimhoung/MultiMiniGame.git
- To be able to play Guess The Word game you need to
_ Download Docker
_ Download Ollama in Docker
docker run -d -v ollama_data:/root/.ollama -p 11434:11434 --name ollama ollama/ollama docker exec -it ollama ollama pull phi3:mini
- https://www.facebook.com/Xakuraii (lay Kimhoung)
- https://web.facebook.com/kKBATI (Horn Sereyboth)
- https://www.facebook.com/iamrith (Prak Channarith)
- Project Leader
- GitHub Repository Management
- Folder Structure Organization
- Main Menu System
- Game 2 Development
- Game 1 Development
- Game 3 Development
- AI Integration using Ollama Docker
- Game 4 Development