Wordle+
View without iframe: https://lelserslasers.pythonanywhere.com/wordle/
GitHub: https://github.com/LelsersLasers/Applied-Comp-Sci/tree/main/Django/WordlePlus
Core Features/Assignment Requirements
- Models
- Account, Word, Score
- Relationships
- 1 to 1: User to Account
- Many to 1: Score to Word, Score to Account
- Multiple views
- Many different pages and templates
- Home page is different if the user is logged in or not
- User created data
- Submit score for multiplayer
- Create account
- Can edit account settings (password, username, display name)
- Data/some users
- All users can play the single player
- Only logged in users can:
- Multiplayer rankings, play multiplayer and submit scores
- Template language
- Used to "restore" a page if a login/submit is unsuccessful
- Used when looping through data (rankings pages)
- And other various places
- Wordle
- Fulling functioning Wordle game
- Color highlighting for wrong, right, and in word
- Also highlights the on screen keyboard
- Works the same way as the real Wordle (with the double letters, etc)
- Color highlighting for wrong, right, and in word
- Customizable Settings
- Word length
- Number of guesses (can do unlimited)
- Word difficulty (common, double letters)
- Multiplayer
- Different options
- Daily cups reset at midnight
- Word passed to frontend as base64 so it is harder to cheat
- Fulling functioning Wordle game
- Template inheritance + CSS + JS
- The CSS is rather minimal/static
- CSS and JS in the HTML, matching the inheritance
- Often uses block.super to have multi-level inheritance
- Mobile "friendly"
- Mostly designed for computer
- The CSS/styles might be a bit small on mobile
- PLEASE VIEW WITHOUT AN IFRAME!
- All navigation buttons can be used by touch
- All text inputs bring up the virtual keyboard when on moblie
- Wordle keyboard is full featured and works as well as a normal keyboard
- Mostly designed for computer
- Small touches
- Password visibility toggle
- Doesn't crash/etc if you navigate incorrectly/with incorrect permissions
- Try/except around POST
- Makes sure you are authenticated
- Error pages for 400/403/404/500
- Clarity
- When you have already done a daily cup
- When you successfully change a setting
- When you enter incorrect/incomplete data into a form
- Running online at http://lelserslasers.pythonanywhere.com/wordle/
- Should be fully functional
- Uses just django to run without any relience on static files!
- CSS and JS are within the template inheritance
- The image was converted into base64 so it could be put directly in the HTML
- Helper tool
- You can enter info to help you narrow down the final word
- https://github.com/LelsersLasers/NewYorkTimesWordGameHelpers/
Status | Released |
Platforms | HTML5, Windows, macOS, Linux, Android |
Author | LelsersLasers |
Genre | Puzzle |
Tags | django, solver, website, Wordle |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse, Touchscreen |
Accessibility | Color-blind friendly, Subtitles, High-contrast |
Links | Homepage, Source code, View without iframe, GitHub |
Download
Download NowName your own price
Click download now to get access to the following files:
Wordle+ Django.zip 9.1 MB
Wordle+ Source Code.zip 9.1 MB
Leave a comment
Log in with itch.io to leave a comment.