Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 93d1c0b8 authored by BAROLLET Theo's avatar BAROLLET Theo
Browse files

fixed run level with new level api

parent 6e23c276
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ def main():
print("Usage python run_level.py c_file.c")
return
metadata = generate_dict(sys.argv[1])
game = level(metadata, use_curses=False)
game = level(metadata, type="text")
game.run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment