https://github.com/alan-turing-institute/hackweek-retro-gaming

For playing with PyGame

https://github.com/alan-turing-institute/hackweek-retro-gaming

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

For playing with PyGame

Basic Info
  • Host: GitHub
  • Owner: alan-turing-institute
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 2.14 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 6
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

Regina's Quest

To run the game with uv:

  1. Clone the repo and move to the reg-game folder git clone git@github.com:alan-turing-institute/hackweek-retro-gaming.git cd hackweek-retro-gaming/reg-game

  2. Create an environment with uv venv uv venv source .venv/bin/activate

  3. Run main.py with uv run uv run main.py

  4. Turn up the sound!

How to play

  • You play as Regina and can move her by using the standard directional keys
  • You need to protect the terminals that Maisy Malware will try to attack
  • You can stop Maisy for several seconds by trapping her in one of your three sandbox which you can drop using the space key
  • If Maisy reaches a terminal, you have 10 seconds to reach that terminal and stop the attack
    • If you reach the terminal in time, you play a mini game where you need to connect the two computers by rotating the circuits to create a valid path. You have 15 seconds to do this!
  • The game runs for 30 seconds and you need to have a positive score to win

Owner

  • Name: The Alan Turing Institute
  • Login: alan-turing-institute
  • Kind: organization
  • Email: info@turing.ac.uk

The UK's national institute for data science and artificial intelligence.

GitHub Events

Total
  • Issues event: 6
  • Delete event: 2
  • Issue comment event: 1
  • Member event: 3
  • Push event: 119
  • Pull request event: 4
  • Create event: 8
Last Year
  • Issues event: 6
  • Delete event: 2
  • Issue comment event: 1
  • Member event: 3
  • Push event: 119
  • Pull request event: 4
  • Create event: 8

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 6
  • Total pull requests: 9
  • Average time to close issues: 4 days
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.17
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 9
  • Average time to close issues: 4 days
  • Average time to close pull requests: about 2 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.17
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • helendduncan (6)
Pull Request Authors
  • helendduncan (6)
  • rchan26 (3)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/lint.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/type_check.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
pyproject.toml pypi
  • mypy *
  • pygame *
  • ruff *