Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 52 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
2be4b2d
Setting up GitHub Classroom Feedback
github-classroom[bot] Apr 12, 2022
9468c6f
initial plan
mielnikk Apr 12, 2022
d697f5a
empty project with serenity dependency
mielnikk May 28, 2022
6b74035
added config loading
mielnikk May 28, 2022
03ddbee
fixed client initialization
mielnikk May 28, 2022
502f7a3
fixed library versions
mielnikk May 28, 2022
1227b1f
fixed command group name
mielnikk May 29, 2022
058eb84
added necessary gateway intent
mielnikk May 29, 2022
bb46c72
added a wordle struct placeholder
mielnikk May 29, 2022
d5cf81d
Generating words
julia-podrazka May 30, 2022
c285946
Generating words
julia-podrazka May 30, 2022
6f50693
Generating words
julia-podrazka May 30, 2022
6d83922
fixed file type
mielnikk May 30, 2022
28093cc
Creating wordle game for new clients
julia-podrazka May 30, 2022
68919df
Creating wordle game for new clients
julia-podrazka May 30, 2022
2d63320
fixed fetching words
mielnikk May 30, 2022
5e44215
Generating random words
julia-podrazka May 30, 2022
b6e07ed
Generating random words
julia-podrazka May 30, 2022
e63dc9f
Generating random words
julia-podrazka May 30, 2022
9f9959e
added the 'help' command
mielnikk May 30, 2022
3539f49
Update main.rs
julia-podrazka May 30, 2022
2dc94b8
Debug + format
julia-podrazka May 30, 2022
3bebc1a
Debug + format
julia-podrazka May 30, 2022
c83e045
Debug + format
julia-podrazka May 30, 2022
a26db10
added config.ron
mielnikk May 30, 2022
51a262a
updated readme
mielnikk May 30, 2022
cea86d0
fixed loading config in main.rs
mielnikk May 30, 2022
890a6c5
Merge branch 'main' of https://github.com/mimuw-jnp2-rust/project-dc-…
mielnikk May 30, 2022
a33c339
updated readme
mielnikk May 30, 2022
6a92ac9
Added string builder + cleanup
julia-podrazka May 31, 2022
d809333
Added string builder + cleanup
julia-podrazka May 31, 2022
24f7ed3
Added string builder + cleanup
julia-podrazka May 31, 2022
69975a4
Added string builder + cleanup
julia-podrazka May 31, 2022
12a17cf
Added game with multiple players
julia-podrazka Jun 17, 2022
a1150d2
Added game with multiple players
julia-podrazka Jun 17, 2022
5faa903
Added game with multiple players
julia-podrazka Jun 17, 2022
179b34f
adding a white flag reaction to bot messages; saving last message id …
mielnikk Jun 18, 2022
b16ef16
separated the messages module
mielnikk Jun 18, 2022
16a7933
added a give up command
mielnikk Jun 18, 2022
f271c1c
fetching a word definition from a dictionary
mielnikk Jun 19, 2022
99a91c6
bot responds to a white flag reaction
mielnikk Jun 19, 2022
2f875e8
security fix
mielnikk Jun 19, 2022
c52d606
player mentions, reformatted sending messages
mielnikk Jun 19, 2022
7438bce
Small cleanup
julia-podrazka Jun 26, 2022
ed9f77c
Small cleanup
julia-podrazka Jun 26, 2022
4f020cd
Update README.md
julia-podrazka Jun 26, 2022
9443b32
Removed duplicated code
julia-podrazka Jun 26, 2022
9e22f04
removed double imports
mielnikk Jun 26, 2022
12d773a
config cleanup
mielnikk Jun 26, 2022
3a2ab73
Fixed give-up message
julia-podrazka Jun 26, 2022
b020fb3
Update README.md
julia-podrazka Apr 26, 2023
4e11dc4
Update README.md
julia-podrazka Apr 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
config.ron
Loading