Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Icelandic viking vs pineapple pizzaView game page

turn base game, where you have a viking, and kill pineapple pizza
Submitted by Uso — 6 hours, 11 minutes before the deadline
Add to collection

Play game

Icelandic viking vs pineapple pizza's itch.io page

GitHub or website
https://github.com/cosmo-ray/yirl/tree/vikings-against-pinapple/games/vapz

Leave a comment

Log in with itch.io to leave a comment.

Comments

Developer

So I update a version without collision bugs, without the stdio fail and in real time,

vapp.tar.gz is the end of game jam build, fixed version is a playable version

Developer

oops

I'm not at home right now, so I can't fix it, but from your error, i guess that you can simply remove

#include <stdio.h> at line 18 of init.c and the game should start

Submitted

Doesn't start (ArchLinux),

  • $ bash start.sh
  • In file included from .//init.c:18:
  • /usr/include//stdio.h:34: error: include file 'stddef.h' not found
  • [/home/uso/yirl/core/game/game.c: ygLoadMod : 355]
  • Error when loading 'init.c': (nil)
  • [/home/uso/yirl/core/game/game.c: ygParseStartAndGame : 543]
  • No main widget has been set.
  • see documentation about starting_widget
  • or set it manually with "ywidSetMainWid()"