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

Tic Tac Xo Game #96

Open
wants to merge 130 commits into
base: 75-tic-tac-toe-xo-solution
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
289863d
Solution for mirror words challenge
Aseel-AbuKmail Jan 5, 2025
63ceb0e
Update Solution for mirror words challenge
Aseel-AbuKmail Jan 5, 2025
d11d3ce
Create mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
16dafa2
Create test_mirror_words_challenge
Aseel-AbuKmail Jan 5, 2025
feff3c7
Rename test_mirror_words_challenge to test_mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
99285bb
Delete solutions/Solution for mirror words challenge
Aseel-AbuKmail Jan 5, 2025
c080bc6
Final update mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
1c8a18e
Final update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
f2e63da
Last Update mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
ba48437
Last Update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
14cd949
Update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
cd6f6d9
Update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
7056d7e
Update mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
d3436fb
Update mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
77e12b2
Update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 5, 2025
9dd2590
Add files via upload
abdoalsir Jan 6, 2025
f70d1ba
Add files via upload
abdoalsir Jan 6, 2025
eeee4f9
Solution Of The Number Guessing Game
malakbattat Jan 7, 2025
43f1bcd
Test Of The Number Guessing Game Solution
malakbattat Jan 7, 2025
08bc9c8
Changed names of solution and test files
malakbattat Jan 7, 2025
f96d1d8
Update test_number_sort.py
abdoalsir Jan 7, 2025
b675217
Add files via upload
abdoalsir Jan 7, 2025
2d78f42
note/ comment about the import path for tests
malakbattat Jan 8, 2025
d21bf21
remove strategy from documentation
malakbattat Jan 8, 2025
f6b637b
Delete the mirror_words_challenge comment in the first line
Aseel-AbuKmail Jan 8, 2025
b2d9bc2
Changing reverse_words to mirror_words
Aseel-AbuKmail Jan 8, 2025
ba23abc
Adding a third doctest with special characters to demonstrate
Aseel-AbuKmail Jan 8, 2025
ab25c51
update the return value description to include that numbers and speci…
Aseel-AbuKmail Jan 8, 2025
2808c2b
Delete test_mirror_words_challenge comment in the first line
Aseel-AbuKmail Jan 8, 2025
6ad72b4
Adjust the spacing and structure
Aseel-AbuKmail Jan 8, 2025
9886c59
Enhance the docstring by including an example and a brief note on the…
Aseel-AbuKmail Jan 8, 2025
5aded70
Replace reverse_words with mirror_words and remove the complex file p…
Aseel-AbuKmail Jan 8, 2025
4c3c4d9
Add the directory containing mirror_words_challenge.py to the module …
Aseel-AbuKmail Jan 8, 2025
744bf9a
Finish def with :
Aseel-AbuKmail Jan 8, 2025
355fd0f
Update mirror_words_challenge.py
Aseel-AbuKmail Jan 8, 2025
28bb43b
Update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 8, 2025
47cd223
Update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 8, 2025
ab7ab3e
Final Update mirror_words_challenge.py
Aseel-AbuKmail Jan 8, 2025
e9df098
Final Update test_mirror_words_challenge.py
Aseel-AbuKmail Jan 8, 2025
d7bb41f
Update the lines path for test code
Aseel-AbuKmail Jan 8, 2025
13bba23
Last Update mirror_words_challenge.py according to the group 15!!
Aseel-AbuKmail Jan 8, 2025
a9b8260
Last Update test_mirror_words_challenge.py according to the group 15
Aseel-AbuKmail Jan 8, 2025
3f3bfab
Refactored code to remove user input/output, added doctests, and impr…
malakbattat Jan 9, 2025
d623b2e
changed solution and test file names
malakbattat Jan 9, 2025
1d30e67
solution of pythagorean triplets finder
malakbattat Jan 9, 2025
bf57caf
solution test for pythagorean triplets finder
malakbattat Jan 9, 2025
0da6ec5
Update communication.md
Ameen-Agha Jan 11, 2025
35f8f97
Update communication.md
Ameen-Agha Jan 11, 2025
656c44f
Update communication.md
Ameen-Agha Jan 11, 2025
885ed7c
Update communication.md
Ameen-Agha Jan 11, 2025
e598aea
Update constraints.md
Ameen-Agha Jan 11, 2025
703615d
Updated Function and Test File
abdoalsir Jan 11, 2025
c0c573d
Updated Function and Test File
abdoalsir Jan 11, 2025
760098f
Resolving formatting issues
abdoalsir Jan 11, 2025
78ff425
Merge pull request #53 from MIT-Emerging-Talent/challenge/3-numbersor…
malakbattat Jan 11, 2025
bdb706f
Merge pull request #38 from MIT-Emerging-Talent/Challenge/1-Mirror_Wo…
abdoalsir Jan 11, 2025
857250a
Update README.md
Aseel-AbuKmail Jan 11, 2025
d8ee5a0
Add files via upload
MuhannadGTR Jan 11, 2025
3f1bf25
Add files via upload
MuhannadGTR Jan 11, 2025
e98948c
Add files via upload
MuhannadGTR Jan 11, 2025
cd6938c
Add files via upload
MuhannadGTR Jan 11, 2025
ab6fde1
Add files via upload
MaRia19280 Jan 11, 2025
a91012d
Add files via upload
MaRia19280 Jan 11, 2025
ae862d3
Add files via upload
MaRia19280 Jan 11, 2025
9f97ea7
Add files via upload
MaRia19280 Jan 11, 2025
45b64a6
Add files via upload
MaherAssaf19 Jan 11, 2025
bbcd116
Add files via upload
MaherAssaf19 Jan 11, 2025
0019d00
Add files via upload
MaherAssaf19 Jan 11, 2025
05db697
Add files via upload
MaherAssaf19 Jan 11, 2025
1d9b9d5
Update README.md
Aseel-AbuKmail Jan 11, 2025
55ec78a
fix md_formatting on README.md
Aseel-AbuKmail Jan 11, 2025
b35387b
Updated the test and solution files with Aseel's suggestions
malakbattat Jan 12, 2025
9565108
updated the readme file along with other files
malakbattat Jan 12, 2025
109e79d
fixed team-work pic path
malakbattat Jan 12, 2025
40d1bb2
Adding a Note
abdoalsir Jan 12, 2025
d8f9f88
Fix formatting issue in README.md
abdoalsir Jan 12, 2025
56be8bc
Fix formatting in README.md
abdoalsir Jan 12, 2025
9c81665
Update Maher's soltuion.py
MuhannadGTR Jan 12, 2025
b087309
Update Maria's soltuion.py
MuhannadGTR Jan 12, 2025
01bd640
Update Predcation of eletric cars solution.py
MuhannadGTR Jan 12, 2025
edd5b18
Update Chicken Nugget Fun-Test.py
MuhannadGTR Jan 12, 2025
40b3d18
Update Predcation of eletric cars solution.py
MuhannadGTR Jan 12, 2025
ad3ee5b
Update Chicken Nugget Fun-Test.py
MuhannadGTR Jan 12, 2025
e9476e1
Update Maher's Test.py
MuhannadGTR Jan 12, 2025
bcaf9d5
Fix linting and Formatting issues in solution and test files
abdoalsir Jan 12, 2025
54ba289
Update Maher's Test.py
MuhannadGTR Jan 12, 2025
3c6cc17
Update Maher's Test.py
MuhannadGTR Jan 12, 2025
b5f817f
Update Maria's test.py
MuhannadGTR Jan 12, 2025
4f19e40
Fix linting and formating issues in solution and test files
abdoalsir Jan 12, 2025
1e52c6f
Merge branch 'main' of https://github.com/MIT-Emerging-Talent/ET6-fou…
abdoalsir Jan 12, 2025
55686a1
Update Tic-Tac-Toe (XO) Test.py
MuhannadGTR Jan 12, 2025
b940d93
Update Travel Planner Fun-Test.py
MuhannadGTR Jan 12, 2025
600bb5a
Delete solutions/Chicken Nugget Fun- solution.py
abdoalsir Jan 12, 2025
7f341bc
Delete solutions/Maher's soltuion.py
abdoalsir Jan 12, 2025
1e56e57
Delete solutions/Maria's soltuion.py
abdoalsir Jan 12, 2025
28534b2
Delete solutions/Predcation of eletric cars solution.py
abdoalsir Jan 12, 2025
c89cb92
Delete solutions/Tic-Tac-Toe (XO) Solution.py
abdoalsir Jan 12, 2025
ccc83d4
Delete solutions/Travel Planner Fun-Solution.py
abdoalsir Jan 12, 2025
18e7c25
Delete solutions/tests/Chicken Nugget Fun-Test.py
abdoalsir Jan 12, 2025
5bc6df6
Delete solutions/tests/Maher's Test.py
abdoalsir Jan 12, 2025
47a073a
Delete solutions/tests/Maria's test.py
abdoalsir Jan 12, 2025
3660c0f
Delete solutions/tests/Tic-Tac-Toe (XO) Test.py
abdoalsir Jan 12, 2025
3708588
Delete solutions/tests/Travel Planner Fun-Test.py
abdoalsir Jan 12, 2025
b6b0067
Abdulrahman Notes
abdoalsir Jan 12, 2025
6ec49e0
Delete solutions/tests/test_housing_prices_analysis.py
MaherAssaf19 Jan 12, 2025
eb070a4
Delete solutions/housing_prices_analysis_solution.py
MaherAssaf19 Jan 12, 2025
2832faa
Delete solutions/predcation_of_electric_cars_solution.py
abdoalsir Jan 12, 2025
b15e770
Fixing Formatting and Testing issues
abdoalsir Jan 12, 2025
95ab3af
Merge branch 'main' of https://github.com/MIT-Emerging-Talent/ET6-fou…
abdoalsir Jan 12, 2025
d88ae1e
Fixing formatting and testing issues
abdoalsir Jan 12, 2025
5aa9a00
Fixing formatting
abdoalsir Jan 12, 2025
9f39ce2
Abdulrahman Notes
abdoalsir Jan 12, 2025
40c7b84
Add files via upload
MaherAssaf19 Jan 12, 2025
14a36c3
Add files via upload
MaherAssaf19 Jan 12, 2025
75dbf14
updated readme file with rouaa's part
malakbattat Jan 12, 2025
aeb1ac3
other teammates changes
malakbattat Jan 12, 2025
758b57c
Merge pull request #99 from MIT-Emerging-Talent/abdulrahman-notes
Aseel-AbuKmail Jan 12, 2025
5e3182f
Update retrospective.md
abdoalsir Jan 12, 2025
c37d1a5
Fixed md formatting issues
abdoalsir Jan 12, 2025
dd5941b
Fixing formatting issues
abdoalsir Jan 12, 2025
f00efa1
Fixing formatting
abdoalsir Jan 12, 2025
1be52fd
Fixing formatting
abdoalsir Jan 12, 2025
b7e269d
corrected design of rouaa's point
malakbattat Jan 12, 2025
5b7f421
Merge pull request #71 from MIT-Emerging-Talent/Challenge/1-number-gu…
Ameen-Agha Jan 12, 2025
d78c634
test
malakbattat Jan 12, 2025
14364a7
commented the test_large_input function
malakbattat Jan 12, 2025
055dab4
module headers, input statments, removed extra words
colevandersWands Jan 13, 2025
ab73f1a
Merge pull request #108 from MIT-Emerging-Talent/main
malakbattat Jan 13, 2025
6a431a6
Merge pull request #72 from MIT-Emerging-Talent/Challenge/2-pythagore…
Aseel-AbuKmail Jan 13, 2025
bb50462
Merge pull request #107 from MIT-Emerging-Talent/abdoalsir-retrospective
Aseel-AbuKmail Jan 13, 2025
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
Prev Previous commit
Next Next commit
Delete test_mirror_words_challenge comment in the first line
Aseel-AbuKmail authored Jan 8, 2025
commit 2808c2b38bbe9a10e06acfe8b0bda702f7b4db49
1 change: 0 additions & 1 deletion solutions/tests/test_mirror_words_challenge.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# test_mirror_words_challenge
"""
Test module for reverse_words function.
Contains correct tests to help identify bugs in the implementation.

Unchanged files with check annotations Beta

import re
def mirror_words(sentence: str) -> str
"""

Check failure on line 5 in solutions/mirror_words_challenge.py

GitHub Actions / py_linting

Ruff

solutions/mirror_words_challenge.py:4:39: SyntaxError: Expected ':', found newline

Check failure on line 5 in solutions/mirror_words_challenge.py

GitHub Actions / py_linting

Ruff

solutions/mirror_words_challenge.py:4:39: SyntaxError: Expected ':', found newline
Reverses each word in a given sentence while maintaining the order of the words
and correctly handling punctuation marks at the end of words.