Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Character Game

Wordle-like game for TV show characters

csbrodle is a game that starts with TV show characters that my friends and I have watched, but has easy customization for different TV characters if you would like to adapt and play with your friends too!

csbrodle-game-image

Characters from the following TV shows:

  • New Girl
  • The Summer I Turned Pretty
  • The Office
  • Parks and Recreation
  • Brooklyn 99
  • The Good Place

  • Only main or secondary characters were chosen.

    Customize!

    These customizations only works when running app on localhost!

    Customize TV Characters

    The app takes in TV characters from csbrodle_data.csv. You can add/delete TV characters into this csv as long as the attributes exactly match according to name, age, height, hair, sex, series.

    Choose Target Character

    If users would like to decide the target character, they can hard code the character name exactly as in the csbrodle_data.csv.

    1. Comment out target = query_db.get_random_character() in backend/app.py's index()
    2. Add your own target using this format target = query_db.get_character_by_name('Your target here')
    3. E.g. target = query_db.get_character_by_name('Conrad Fisher')

    Tech Stack

  • Backend - Python, SQLite, Flask
  • Frontend - JavaScript, HTML, Tailwind CSS, Vite
  • Hosting - Render
  • About

    csbrodle is a wordle-like game for characters from TV shows. Built using Python, Flask, SQLite, JavaScript, Vite.

    Resources

    Stars

    0 stars

    Watchers

    0 watching

    Forks

    Releases

    Packages

    Contributors

    Languages