Comments

Log in with itch.io to leave a comment.

Planning to update this again?

(+1)

Yes! Although I do need to change the page to say "occasional" instead of "weekly" updates, I actually have the next update mostly done.  I'm sorry for the wait, I've taken up a new project that is close to finished.  Apoc.py is not done tho, I'll be updating this for a long long time.  Next update (almost done) ties currently implemented mechanics together and expands the map to be much more interesting (more tile types).  The one after that, I will be adding an online leaderboard example with firebase.  This project (imo) is sort of an open source python text game engine more than a game itself, so I'm focusing on tying game mechanics together and making the gameplay solid on its own.  

Thank you for your comment, it means a lot to me. 

(1 edit)

You request to DM, but I don't recall Itch has this feature? I'll post the error here for now:

Map:
# # # # # # # # # # # ~ # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # P# # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # ~ # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # ~ # # ~ # # # # # # # # 
# # # # # # # # # # # # # # # # # # # # 
# # # # # # # # # # # # # # # # # # # #
Day 159 | Age: 20
1. Move
2. Claim Land
3. View Stats
4. Explore Area
5. Visit Settlement
6. Wait
7. Craft Item
8. Use Item
9. Hunt
10. Fish
11. Quit
Choose: 2
Traceback (most recent call last):
  File "/home/rev/Games/Apoc/Apoc.py", line 476, in <module>
    main()
    ~~~~^^
  File "/home/rev/Games/Apoc/Apoc.py", line 434, in main
    game_map.claim_land(player)
    ^^^^^^^^^^^^^^^^^^^
AttributeError: 'GameMap' object has no attribute 'claim_land'. Did you mean: 'claimed_lands'?

Thank you for this, I will have a fix by tonight (EST).

It's fixed!  Thank you for letting me know, I appreciate it.