You are browsing as a guest. Sign up (or log in) to start making projects!

The_King

@The_King

Joined June 8th, 2026

  • 5Devlogs
  • 3Projects
  • 1Ships
  • 15Votes
Open comments for this post

16m 23s logged

I shipped my project, but the issue is…I never committed any of my changes to GitHub, nor did I create an executable file…so I’ve done both of those now. I’ve only committed my program to GitHub after I finished writing it…which isn’t great, and I can’t go back to change it now, but it is what it is. Executable shown below!

0
0
1
Ship Changes requested

This project is a simple Python text-based 2-player game that uses a pair of dice to give each player a score based on certain conditions (can be found on my GitHub repository's ReadMe). It lasts for 5 rounds and has a login function at the beginning of the program and displays a Leaderboard at the end. It is a very simple program as it is only for my GCSE Computer Science NEA. You can find any other details on my GitHub and you can use the demo link to test it yourself: https://trinket.io/python3/003cb19c6563

Hope you guys like my project!

  • 3 devlogs
  • 3h
Try project → See source code →
Open comments for this post

48m 27s logged

Cleaned the calcPoints() function up, and added comments. Ready to submit it for my NEA now I guess - if you notice anything wrong, comment and I’ll give it a look

0
0
4
Open comments for this post

1h 15m 11s logged

DEVLOG 1 - Basic functions

Made a file with valid usernames, retrieved that data, and made a login function. Then made a function that rolls a dice and outputs the number of points. Pretty simple stuff, but its going well so far! Open to any feedback and suggestions.

0
0
2
Open comments for this post

17m 15s logged

Located Wordle Dictionaries - there’s 2 different ones: A list of possible answers (about 2309 in number) and a list of valid guesses (over 12000 words that aren’t in the possible answers). Stored them in a file and made a quick program to retrieve them and create a merged “master list”. I plan to use the valid guess words to lessen the remaining possible answers somewhere around turn 3 - there are 6 guesses after all.

0
0
28

Followers

Loading…