A demo that works better than the last one
I've patched a bunch of cocos so hopefully this version will work on more people's computers:stalk-2.zip
Move with WASD or arrows. Aim with mouse, shoot with LMB. No, there's nothing to shoot at yet.
Please let me know what you think.
(log in to comment)
Comments
When the left mouse button is pressed repeatedly (aka shooting a lot), the movement of the aim (moving mouse around) seems impaired or jaggy.
georgek on 2010/03/30 03:38:
Strange error:>C:\Python26\pythonw -u "run_game.pyw"
Traceback (most recent call last):
File "run_game.pyw", line 4, in <module>
main.main()
File "C:\Documents and Settings\george\My Documents\downloads\stalk-2\gamelib\main.py", line 11, in main
cocos.director.director.init(width=500, height=500, config=config)
File "C:\Documents and Settings\george\My Documents\downloads\stalk-2\cocos\director.py", line 346, in init
self.window = window.Window( *args, **kwargs )
File "C:\Documents and Settings\george\My Documents\downloads\stalk-2\pyglet\window\win32\__init__.py", line 131, in __init__
super(Win32Window, self).__init__(*args, **kwargs)
File "C:\Documents and Settings\george\My Documents\downloads\stalk-2\pyglet\window\__init__.py", line 512, in __init__
config = screen.get_best_config(config)
File "C:\Documents and Settings\george\My Documents\downloads\stalk-2\pyglet\canvas\base.py", line 139, in get_best_config
raise window.NoSuchConfigException()
pyglet.window.NoSuchConfigException