Far beyond
A downloadable game
Description below is always for the latest version
Game in development, far from done
Expect a lot of things not working
How to run the game
At the moment the code i source only. Since it is written in Python you will need Python and install all the packages. The actual Python script to run is called runner.py and can be found under files/. There is a requirements.txt in files/ that can be of help when installing packages.
How to config
Look for general config file under user/configs. Edit it.
How to exit game
I have yet to add menus to the game so just to be clear how to exit the game, hold escape-key. Press the close-window button on the frame (if any) or ALT+F4 should work.
How to play 2 players
You need at least one gamepad, we assume you have a keyboard already. To make second player join press any button on any gamepad. If you actual are using a gamepad to control the first player then just click any keyboard key.
Status | Canceled |
Author | coppermouse |
Genre | Survival |
Made with | pygame |
Tags | Skeletons, Swords |
Average session | A few minutes |
Languages | English, Swedish |
Inputs | Keyboard, Gamepad (any) |
Development log
- 0.3.0-alphaJan 26, 2023
Comments
Log in with itch.io to leave a comment.
Hi, You put a lot of work into this game. I was surprised to see you used 3D meshes. Did you use PyOpenGL? I'm also interested in knowing how you converted your Python code to play in the Browser? And was there performance hit?
Hi. sorry for late response but I have not been logged in for almost a year ;)
No PyOpenGL here, drawing a 3d object is just math and polygons. I am using Pygbag to make it run in browser(this games is not browser but I assume you checked out another game I made), and yes, a bit performance hit sadly, at least on my machine.
The game looks kinda nice
Thanks!
I put a lot of effort into the looks of it, so thanks for notice, sadly I had a hard time making the game fun so I canceled it
Hey, don't quit the game. It is very common for game devs to find their game boring because they play it over and over again for testing. If anyone plays a game that much it stop being fun real quick, but that doesn't mean other people wont like it, so I would just go ahead and publish it. You never know how good it could do if you never publish.
Thanks! but I am working on something else that is good so I rather keep doing that :)