DOTD - A murder mystery game made in Python

Overview

DOTD

  • This repo holds the files for my video game project from ENG101, Disaster on The Diamond. It's a murder mystery game made in Python.
  • This project's assets were fully made by me using Piskel. I would highly recommend Piskel to anyone looking to make sprites, spritesheets, or pixel animation!

How to run DOTD:

  • You need a program to run .py files. Personally, I would recommend IDLE for this project as it's what I have used in testing.
  • You will also need to ensure you have all the supporting assets for the game. Please download the "images" folder alongside your .py file and ensure they're in the same folder.
  • Please keep in mind that if you "win" the game a .txt file will be generated as a scoreboard. This will appear in the same directory as your .py file.

Game Explanation:

Disaster on the Diamond is a murder mystery "point-and-click" style game where the player's job is to pick from a list of suspects and find the murderer.

The player will read through some background information on the suspects, and then proceed through 5 different rooms to find clues. Each room has 1 clue randomly placed in the room

In order to proceed, the player can hit the continue arrow. The player does not have to acquire each clue before proceeding, but the clues will help them figure out the case correctly.

Once the player has gone through all 5 rooms, they'll get a chance to read the clues again, and then they will click on which suspect they believe is the murderer.

If the player guesses correctly, they will get the winner screen and be prompted to enter their name for the scoreboard

If the player guesses incorrectly, they will be taken to the loser screen and will not be asked for their name or have their time recorded.

You might also like...
Small game I made in 2019 using python/pygame.
Small game I made in 2019 using python/pygame.

Kill-The-Blokk // Shoot or Die This is a small game I made in gr.10 (2019) for my high school computer science class; the game was coded in python usi

Input-based tic tac toe game made in only python.

Tic Tac Toe Tic Tac Toe is a game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either three O's or thr

Advanced guessing game made in only python.

Guessing Game This is a number guessing game written in python which consists of three modes; easy,medium and hard. Each mode contains there own diffi

Pokemon game made in Python with open ended requirements from Codecademy

Pokemon game made in Python with open ended requirements from Codecademy. This is one of my first projects utilizing OOP and classes! -This game is a

Simplerpg - python terminal game made from scratch.

Simplerpg - python terminal game made from scratch.

Blackjack Game made using Python

Blackjack Game made using Python Blackjack is a popular card game played in most of the casino.This is an intuition to replicate the same card game us

The Classic Fruit Collecting game made in python with pygame
The Classic Fruit Collecting game made in python with pygame

FruitCollect A classic fruit Collecting game made with pygame Install pygame before running: "pip install pygame" Rules: Random fruits will drop from

A Python Sudoku Game Made with Pygame.
A Python Sudoku Game Made with Pygame.

A Python Sudoku Game Made with Pygame. A Begginer Aimed at Learning Git, This Game Uses a Puzzle Generator Made by RutledgePaulV, Link to his Repo:

Snake game made in python with the pygame library.

Pygame snake Snake game made in python with the pygame library. Requirements pip pygame Pygame Installation On the command line, type: pip install pyg

Owner
Ben Bruzewski
UAH student seeking my BS in Computer Engineering by 2023.
Ben Bruzewski
Mandaw 2 Mar 1, 2022
Average Clicker Game (AVG) is a Python made game using tkinter

Average-Clicker-Game Average Clicker Game (AVG) is a Python clicker game not made with pygame but with tkinter, it has worker, worker upgrades, times

Zacky2613 1 Dec 21, 2021
Ice-Walker-Game - This repository is about the Ice Walker game made in Python.

Ice-Walker-Game Ce dépot contient le jeu Ice Walker programmé en Python. Les différentes grilles du jeu sont contenues dans le sous-dossier datas. Vou

Mohamed Amine SABIL 1 Jan 2, 2022
This is a python interactive story game that I made to show off what I've learnt in python coding for a month

Purpose The files in this repository are for that of a story game created with python version 3.8.5 The purpose of this project was to get familiar wi

null 0 Dec 30, 2021
Wordle-Python - A simple low-key clone of the popular game WORDLE made with python and a 2D Graphics module Pygame

Wordle-Python A simple low-key clone of the popular game WORDLE made with python

Showmick Kar 7 Feb 10, 2022
Adventure-Game - Adventure Game which is created using Python

Adventure Game ?? This is a Adventure Game which is created using Python. Featur

ArinjoyTheDev 1 Mar 19, 2022
Game-of-life - A simple python program to simulate and visualise the Conway's Game of life

Conway's game of life A simple python program to simulate and visualise the Conw

Dhravya Shah 3 Feb 20, 2022
Quiz game made entirely with python and pygame for school work

Tabela de conteúdo Descrição Como instalar Linguagens usadas Contribuidores Créditos Problemas com o jogo? Contate-nos Descrição Quiz feito inteiramen

null 3 Apr 12, 2022
This is an interactive MiniMap made with Python, PyQT5 & Pytesseract for the game

NWMM-New-World-MiniMap Features: Automatically grabs position from "New World" Instance Live visualisation of player position on MiniMap Circular & re

Nezzquikk 18 Sep 21, 2022
A Higher-Lower web game made in Python using Flask framework.

Higher Lower Web Game Guess the random number from 0 to 9 in this web game made with Python and Flask Framework Modules that were used Random Flask In

Yago Goltara 1 Oct 27, 2021