Skip to main content

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

funGame.cppView game page

Fun game to compile and play in your terminal! Should be played with linux for screen clear effect to work
Submitted by looking_sharp — 2 days, 8 hours before the deadline
Add to collection

Play game

funGame.cpp's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

How do  you compile this in linux?

Developer

If you're an OSU student, you should log into the engineering server using ssh, from there if you move the file into there, you can use "g++ -o run funGame.cpp" then type "run" to run the game. If you want to do it elsewhere I can't help much, that depends on your compiler. You can put it into Visual Studio which has a compiler built in, but the screen clear effect may not work.