On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

XOView game page

Submitted by tapin13 — 8 days, 19 hours before the deadline
Add to collection

Play game

XO's itch.io page

Results

CriteriaRankScore*Raw Score
Gameplay/Mechanics#281.6332.000
Art/Aesthetic#321.0891.333
Originality#330.8161.000

Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Dependencies
Just for run
sudo apt-get install libglew1.13

For compiling
sudo apt-get install libglew-dev

----

I know that's not easy to run or compile code under linux with openGL using libs, but... I try about 10-15 different distr, and compile under each one. Just small tips...

Linux kali 4.14.0-kali3-686-pae #1 SMP Debian 4.14.12-2kali1 (2018-01-08) i686 GNU/Linux

sudo apt-get install make
sudo apt-get install gcc

sudo apt-get install libglew-dev


git clone https://github.com/glfw/glfw.git
sudo apt-get install cmake

cd glfw

sudo apt-get install doxygen
sudo apt-get install libxinerama-dev
sudo apt-get install libxcursor-dev

cmake .

----
debian

sudo apt-get install xorg-dev libglu1-mesa-dev
----
sudo apt-get install git

sudo apt-get install libglew-dev

sudo apt-get install xorg-dev libglu1-mesa-dev
----
debian 9, just download and install lib

https://packages.debian.org/jessie/amd64/libglew1.10/download
sudo dpkg -i libglew1.10_1.10.0-3_amd64.deb

for source install
sudo apt-get install libglew-dev
----
arch linux

download https://sourceforge.net/projects/glew/files/glew/1.13.0/glew-1.13.0.tgz/download
make
sudo make install
----

Write in comments what OS (and version) and if you compiled or run this game :) I try to help.

GitHub/Repo
https://github.com/tapin13/xo

Leave a comment

Log in with itch.io to leave a comment.

Comments

Jam Host(+1)

Note that this feedback is based on the build(s) available at the end of the jam.

XO appears to be a striaghtforward and functional tic-tac-toe/naughts and crosses game, and with that in mind, there's not a lot of meaningful feedback I can give.

There may be room to add audio, fancy graphics, and AI, but I think that you accomplished what you set out to make, and so long as you learned something along the way, that's a great outcome in my eyes!


Thanks for submitting and best of luck with the project if you continue development! :D

Developer(+1)

thx dude, you right about sound, I will add it in next action games. Learn step by step :)

Submitted

Hey! Because I don't know where to begin with rating a game, I just want to tell you that I played your game.

I started out with tic tac toe :)

Concerning the GLEW issue. Usually when we release games, we want the least amount of system packages, so can use something like http://glad.dav1d.de/ instead, because it compiles into your binary. (GLEW probably can do this aswell)

Developer

Thanks )

Host

Tried to run this game, but there's no lib in the Ubuntu repos called libglew1.13

Tried to compile and GLFW/glfw3.h can't be found.

Developer

Yes, it's really challenge to run on compile game :) What is your OS?

In general I try to compile or run code under about 10-15 different linux distr, based on different systems, and every time it was challenge. )

(+1)

I would like to try it but libglew can not be found in the Arch repo or AUR.

Submitted(+2)

It is called `glew` in Arch (or `glew1.10`). 

(+1)

Thanks