109 downloads 206 views Sep 13, 2023
profile

Samurai Salad by Michiel

project thumbnail

A game inspired by the mobile game Fruit Ninja, where you slice various fruits (including pineapples 🍍️) to gain points, but you have to avoid the bombs to stay alive.

  • Having a large combo will give you more points per fruit
  • Difficulty will increase over time: more bombs will spawn on average and things will spawn quicker
  • Your highscore will be saved locally, see how high of a score you can get! (currently my highscore is 1293)

This game also has sound effects! 🔊️
To hear these sound effects in CraftOS-PC, you need to install the Minecraft sounds first, as described here.

wget run https://pinestore.cc/d/5
Git Repository
project screenshot project screenshot
comments
You can login with Discord to leave comments and reply to others!
pfp Mr_Octopus_2020 5 months ago

WOW this game is so amazing! Recently I played it with my friend and got 891 scores. Sound effects are also cool!

However there's some problems when I tried to move it to another folder. It seemed that the game can only be installed in root folder(/), and will throw errors when running in other folders(e.g. games/samurai/).

Maybe using relative path instad of absolute path will work?