{"author_link":"\/author\/rolfeth\/","author_name":"rolfeth","author_uid":"1522","comments":[{"author_name":"mpc174","author_uid":"2493","time":"May 3, 2011 @ 3:10pm","epoch":1304435100,"text":"I could not get this to run. Are there more requirements? Perhaps a version of Python?"},{"author_name":"TellusE","author_uid":"749","time":"May 3, 2011 @ 9:17pm","epoch":1304457120,"text":"Likewise I'm afraid. Here's the output from running the application:\r<br\/>\r<br\/>Resetting\r<br\/>Wins: 0\r<br\/>Traceback (most recent call last):\r<br\/>  File &quot;run.py&quot;, line 138, in &lt;module&gt;\r<br\/>  File &quot;main.pyc&quot;, line 449, in Update\r<br\/>  File &quot;main.pyc&quot;, line 72, in reset_game\r<br\/>  File &quot;shader.pyc&quot;, line 135, in use\r<br\/>  File &quot;shader.pyc&quot;, line 72, in compile\r<br\/>CompileError: Fragment shader failed to compile with the following errors:\r<br\/>ERROR: 0:8: error(#164) l-value required assign &quot;color&quot; (can't modify a varying)\r<br\/>\r<br\/>ERROR: 0:10: error(#164) l-value required assign &quot;color&quot; (can't modify a varying)\r<br\/>ERROR: error(#273) 2 compilation errors.  No code generated\r<br\/>\r<br\/>Fragment shader failed to compile with the following errors:\r<br\/>ERROR: 0:8: error(#164) l-value required assign &quot;color&quot; (can't modify a varying)\r<br\/>\r<br\/>ERROR: 0:10: error(#164) l-value required assign &quot;color&quot; (can't modify a varying)\r<br\/>ERROR: error(#273) 2 compilation errors.  No code generated\r<br\/>\r<br\/>Can you hint at the generation of video cards that support the gl extension?"},{"author_name":"Cosr","author_uid":"1454","time":"May 4, 2011 @ 1:15am","epoch":1304471400,"text":"I really liked the core player 1 defends a helpless player 2 mechanic. It could be interesting to expand on it; particularly in a way that emphasizes cooperation\/coordination."},{"author_name":"Toeofdoom","author_uid":"2397","time":"May 4, 2011 @ 6:28am","epoch":1304490180,"text":"Interesting idea, though it could use a little more structure (ie - win\/lose messages). Also, does the doggie do anything? :P"},{"author_name":"phaed","author_uid":"4150","time":"May 4, 2011 @ 4:05pm","epoch":1304524800,"text":"Fun concept.  Really cute art style.  I'm not sure whether jumping on baddies doesn't work, or if I'm just REALLY bad at it...  (running linux version)"},{"author_name":"Dark Acre Jack","author_uid":"2947","time":"May 5, 2011 @ 11:32pm","epoch":1304638020,"text":"I appear to lack the technical know-how to get this going.  Sorry :("},{"author_name":"someone","author_uid":"1207","time":"May 8, 2011 @ 5:58pm","epoch":1304877180,"text":"The links are broken"},{"author_name":"mwest","author_uid":"24","time":"May 11, 2011 @ 5:41pm","epoch":1305135360,"text":"Nice attempt and interesting graphics! Controlling two characters when they're kinda hard to distinguish is too hard - would've been better if player 2 was the doggie, then it wouldn't be so easy to confuse characters..."},{"author_name":"matthias_zarzecki","author_uid":"3880","time":"May 12, 2011 @ 6:32am","epoch":1305181620,"text":"that's quite interesting, and I like the minimalist grahics, which somehow still manage to look good."},{"author_name":"TellusE","author_uid":"749","time":"May 19, 2011 @ 11:27pm","epoch":1305847320,"text":"There we go. Got a run on it :)\r<br\/>\r<br\/>Thumbs up for the graphics - somehow a bastard blend of Atari-inspiration, Rayman\/Tonic Trouble-stylization and just plain &quot;art nouveau&quot;.\r<br\/>\r<br\/>Usually I'm not of this conviction, but I actually think that the mechanics you put together here are fit for single-player gameplay, tasking the player for bi-directional multitasking. Stuff like this (for example the exercise of turning vertical circles at your stomach with one hand and horizontal circles above your head with the other) is usually difficult, but it's doable, and the relative simplicity of the gameplay would make it a plausible venue.\r<br\/>\r<br\/>Apart from the likeness between the two characters and the lack of any hud elements this is really solid. Nice :)"}],"images":["ld20\/1522-47e160b78800dc294aafe392110edb0e.jpg"],"links":[{"url":"http:\/\/kom.aau.dk\/~rolfrm\/squaretackularv1.zip","text":"Windows"},{"url":"http:\/\/www.kom.aau.dk\/~rolfrm\/squaretacular.tar.gz","text":"Linux"},{"url":"http:\/\/kom.aau.dk\/~rolfrm\/squaretackularv1_src.zip","text":"Source"}],"metadata":{"g_key":"33252","g_author":"1522","g_event":"LD20","g_eventkey":"6","g_subevent":"COMPO","g_urlkey":"33282","g_title":"Squaretackular!","g_status":"UCHK1","g_place":"181","g_commentcount":"10","g_site2_node_id":"0","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":[],"node":null,"orig_images":["http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/45257\/1522-shot0.png-eq-900-500.jpg"],"text":"So you are going to destroy the alien mothership.. But it's too dangerous to go alone, \"here take this guy (player 2) with you\". During your walk to the platform you are ambushed by a band of baddies but the only one of you with any offensive skills are you and they are out to get \"this guy\"(player 2)\r\n\r\nKEYS:\r\nDefend player two by jumping on the baddies (wasd + space)\r\nplayer two can only run (arrow keys)\r\nreset by pressing 'r'\r\n\r\nUSE:\r\nWindows: execute the run.exe\r\nLinux:  execute the run.sh\r\n\r\nREQUIREMENTS:\r\nGraphics card that support the point sprite extension.\r\nWindows or linux ( Mac doesn't work)\r\n\r\nin linux you need the following libs:\r\npython-numpy\r\npython-scipy\r\npython-pyglet\r\n\r\nGood luck!\r\n\r\nRANDOM NOTES: \r\nI've only had problems with the Intel graphics chip, could make it work here too, but then I would have to rewrite a lot of stuff.. \r\nI think the extension is called \"GL_ARB_point_sprite\".\r\nI fixed an error causing it to not work with AMD\/ATI-cards, which is the \"Cant modify varying error\".\r\n\r\nAs to the specific version of python: I have tested it on 2.6 and 2.7. I know that it won't work on python 3.x. On windows you don't need anything, I think. \r\n\r\nI think I made it a bit too difficult - the baddies are moving too fast, but this part was made late in the night before the deadline. This is also why there is no messages and stuff - no time.\r\n\r\nAlso the score system is completely f******* ***.\r\n\r\nI developed it on Linux so it should actually work best there. \r\n\r\nInitially the doggie was an enemy but then I figured out that it was too cute so I made it follow the player around.\r\n<\/p>","title":"Squaretackular!"}