Forked from Linux source tarball version 1.55
Original website: https://tomatoes.sourceforge.net/
- Ported to SDL2
- Game controller support (including analog sticks)
- Re-added the ability to skip background music
Latest AppImage for Linux amd64
To run AppImages, fuse
must be installed. Refer to the AppImageKit GitHub page if problems persist.
Download the file, allow it to be executed and run it:
chmod +x I_Have_No_Tomatoes-x86_64.AppImage
./I_Have_No_Tomatoes-x86_64.AppImage
Many file managers allow you to do this without opening a terminal.
- Install dependencies:
SDL2-dev
,SDL2-mixer-dev
,SDL2-image-dev
(akalibsdl2-dev
,libsdl2-mixer-dev
,libsdl2-image-dev
)mesa-libGLU-dev
(akalibglu1-mesa-dev
orglu-dev
)libmodplug
(akalibmodplug1
)
- Clone this repository and
cd
into it make -j$(nproc)
make portable
- Run the compiled game:
I_Have_No_Tomatoes/tomatoes
Alternatively, you can do sudo make install
to install it the old-fashioned way. A menu entry will be created.
Prerequisites:
- fuse
- file (the command)
- linuxdeploy and the AppImage plugin
make -j`nproc` DESTDIR=AppDir
make DESTDIR=AppDir install
linuxdeploy --appdir AppDir --output appimage