Skip to content

Commit 4e7f904

Browse files
committed
update to readme
1 parent 61961e4 commit 4e7f904

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# RLTut_Python3
22

3-
following the roguelike tutorial at http://rogueliketutorials.com/tutorials/tcod/v2/
3+
Followed the roguelike tutorial at http://rogueliketutorials.com/tutorials/tcod/v2/
44

5-
Developing w/ Python 3.9.2 64-bit
5+
Developed w/ Python 3.9.2 64-bit
66

7-
I want to use this as an opportunity to:
7+
I used this as an opportunity to:
88

99
1. relearn some python
1010
2. relearn some tcod
1111
3. implement unit tests
1212
4. make a roguelike
1313
5. practice with git
14+
15+
I was successful!
16+
17+
Version 1.0 is a complete version of the final game from the tutorial. I've made some minor adjustments here and there, but most of the code matches the tutorial.
18+
19+
In addition to the existing codebase, this project has **329** unit tests that cover _most_ of the major functions. This _should_ make developing additional features easier to do with fewer bugs, though updating existing unit tests can take a bit of time. Note that I am not an expert or experienced tester so there is still much to optimize in my testing.
20+
21+
For anyone that stumples on this repo, I hope you find it useful! I had a lot of fun putting this together.

0 commit comments

Comments
 (0)