The Last Wall by C1FR1

[raw]
made by C1FR1 for LD 42 (COMPO)

run away from the wall, attack the enemies before they can accelerate the wall.screenshot1.png

won't render correctly on OSX retina screens, I know the issue but im too lazy to fix it

Ratings

Given 10🗳️ 3🗨️

Feedback

Balduvian Dead
13. Aug 2018 · 03:58 UTC
Hopefully this really is, the *last* wall
🎤 C1FR1
13. Aug 2018 · 04:54 UTC
@balduvian-dead it won't be
Gnarly Narwhal
13. Aug 2018 · 17:16 UTC
I liked the carrot theme. :ok_hand: I think it fit perfectly.
matt-tuttle
15. Aug 2018 · 01:45 UTC
I couldn't get the game to load on my iMac. It looks like textures failed to load? At this point it freezes completely.

![Screen Shot 2018-08-14 at 8.43.57 PM.png](///raw/91c/2/z/199dc.png)
chipolux
15. Aug 2018 · 03:40 UTC
Also on macOS, I was able to get past the intro screen and start playing and it was fullscreen but the actual graphics only filled the bottom left quarter of the screen and the mouse didn't match up. Gut instinct was maybe HiDPI handling is having trouble?

![Screen Shot 2018-08-14 at 10.39.55 PM.png](///raw/b02/b1/z/19a3f.png)
🎤 C1FR1
15. Aug 2018 · 04:18 UTC
hm, idk what is causing these mac issues, I'll look into it but its working fine on my mac...
Alexey Akulovich
15. Aug 2018 · 11:28 UTC
Build under Linux seems completely broken :(
```
$ java -jar TheLastWall.jar
arguments:
Operating System: Linux

```
Jegus9
15. Aug 2018 · 15:46 UTC
I had the same issue as @alexey-akulovich, so I didn't rate your game. Message me if you fix it :v:
🎤 C1FR1
17. Aug 2018 · 23:55 UTC
@alexey-akulovich would you mind running it with this command? If you don't call it with noReRun it will automatically open the jar again (if it isn't windows) with the setting and the argument so thats why there is no error message.
```
java -XstartOnFirstThread -jar TheLastWall.jar noReRun
```
Alexey Akulovich
18. Aug 2018 · 09:56 UTC
@c1fr1 Unfortunately:

```
Unrecognized option: -XstartOnFirstThread
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
```
Fork0
18. Aug 2018 · 10:28 UTC
Flying carrots... :D It's annoying when the black carrots bump you, sometimes it's hard to escape and they keep bumping you. Possibly even inside the wall (i felt some bumps, but i can't see). It's pretty interesting concept overall.
🎤 C1FR1
19. Aug 2018 · 19:03 UTC
@alexey-akulovich @jegus9 I fixed it for linux, and my friend confirmed it worked for his computer. You should be able to run it normally on linux now (with the new jar, same link). You should also be able to run the old jar with
```
java -jar TheLastWall.jar noReRun
```
It wasn’t working because I was trying to use -XstartOnFirstThread, which I thought was required for all unix os, but apparently it only is needed on osx, and doesn’t exist on other os, my bad. Thank you for waiting!

@chipolux Im really stumped with your issue, your gut instinct makes sense but when I looked into it, all of the issues with hidpi seem to have been fixed by lwjgl 3 (which is what I am using). I use bootcamp on a macbook pro, and I never get this issue on windows, but I get it on a different project when I run it on mac, but this one works just fine. I will probably post a question on a forum and get back to you if I get a fix.
Alexey Akulovich
19. Aug 2018 · 19:34 UTC
@c1fr1 Yes, I can confirm this version work fine on linux. Fun game.

Game control is too hard + will be very useful to show controls before game start :)

![Screenshot at 2018-08-19 22-30-59.png](///raw/8ff/81/z/1a48a.png)