Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Mar 25, 2016
2 parents b9c699a + 362d334 commit ee74cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions examples/python/cig_bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from vizdoom import *
from random import choice

game = Game()
game = DoomGame()

game.set_vizdoom_path("../../bin/vizdoom")

Expand All @@ -26,7 +26,7 @@
game.add_game_args("+name AI");

# Multiplayer requires the use of asynchronous modes but
game.set_mode(Mode.SPECTATOR)
game.set_mode(Mode.PLAYER)

# game.set_window_visible(false)

Expand Down
23 changes: 0 additions & 23 deletions examples/python/min.py

This file was deleted.

0 comments on commit ee74cad

Please sign in to comment.