GuillemBarroso / CLing

2D survival game using command line
MIT License
3 stars 1 forks source link

Full integration of CL in new game structure #36

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

After modifying the entire structure of the game in #35, the command line wasn't adapted yet.

This PR fully integrates the CL commands in the new structure. Also, some cleanup and refactoring in command_line.py has been done when adding the CL actions in level.py.