The Last Wall

by c1fr1
Overall★★★★★★★★★★2.29
Fun★★★★★★★★★★2.14
Innovation★★★★★★★★★★2.36
Theme★★★★★★★★★★2.21
Graphics★★★★★★★★★★2.00
Audio★★★★★★★★★★2.21
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

screenshot

Comments13

Balduvian Dead
Balduvian Dead13 Aug 2018, 03:58
Hopefully this really is, the *last* wall
Gnarly Narwhal
Gnarly Narwhal13 Aug 2018, 17:16
I liked the carrot theme. :ok_hand: I think it fit perfectly.
matt-tuttle
matt-tuttle15 Aug 2018, 01:45
I couldn't get the game to load on my iMac. It looks like textures failed to load? At this point it freezes completely.
chipolux
chipolux15 Aug 2018, 03:40
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?
C1FR1
C1FR1author15 Aug 2018, 04:18
hm, idk what is causing these mac issues, I'll look into it but its working fine on my mac...
Alexey Akulovich
Alexey Akulovich15 Aug 2018, 11:28
Build under Linux seems completely broken :(
```
$ java -jar TheLastWall.jar

arguments:
Operating System: Linux

```
Jegus9
Jegus915 Aug 2018, 15:46
I had the same issue as @alexey-akulovich, so I didn't rate your game. Message me if you fix it :v:
C1FR1
C1FR1author17 Aug 2018, 23:55
@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
Alexey Akulovich18 Aug 2018, 09:56
@c1fr1 Unfortunately:

```
Unrecognized option: -XstartOnFirstThread
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
```
Fork0
Fork018 Aug 2018, 10:28
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
C1FR1author19 Aug 2018, 19:03
@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
Alexey Akulovich19 Aug 2018, 19:34
@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 :)

Other games by @c1fr1

Found a bug?
Tell us on Discord