Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Cyanite85578y@kaqqao It's python.. You don't have to compile it to test it, only to ship it. And i don't have to trash every-single-line, just like 70-90% which is still ALOT
-
Cyanite85578y@kaqqao I made the mistake of splitting the script into several scripts for "Dynamic, Relative Importing" to drastically increase performance. This works great normally; each script is made up of a specific part of my game. And each one is only imported when part of it is needed. This makes the game load instantly, and removes any sort of lag from the game entirely! But... Also makes it so that i can't compile the game (and so i can't ship it without the user having to install python) so i need to do a major re-write to make it compile-friendly.
-
Cyanite85578y@kaqqao and also my re-write "fix" will introduce loading time's to that game.. *sighs*
-
amsghwdp948y@Cyanite I used cx_freeze (for an admittedly very simple script) abs that eat extremely easy, grabbed a 6 line config from stackexchange.
Can you release it for us as is? -
Cyanite85578y@amsghwdp do you think people are willing to install python? The game is Minimal, this literally the first EA (pre?)ALPHA release.
-
Cyanite85578y@starless Sorry, alot of it depends on windows. I do plan on making it cross-plat later though.
-
Cyanite85578y@strang3quark Will that work with Dynamic Imports (across multiple directories)? If not, I'm at square one still.
-
Cyanite85578y@anekix You say that like i know nothing about Python. It's not that. I just know nothing about pyinstaller/py2exe/cx_freeze.
-
amsghwdp948y@Cyanite I'd say a fair few devrant users will have systems with python pre-installed
-
Cyanite85578y@tisaconundrum
Idk.. If i had to guess, it's the second item in my aboutme.
Or me getting everyone hyped over my game. ^~^ -
omom13618yThis is why when working with bigger projects, you always need to plan.. design patterns aren't there just for fun.. you should take it as a lesson :-)
-
Cyanite85578y@omomthings
Yeahhh... I'm actually trashing the project for now, (well, trashing what I have done) and I am going to sit down and figure out what it is I want, and how I can achieve it.
I'm going to try and put together a team this time around and NOT set myself up for failure.
Honestly, I'm not good at planning things.. -
@Cyanite I would install Python for it no sweat.. you can release and then fix for v2 and you might get some feedback by then you can add into 2.0 that you wouldn't have possibly had. 👌🏼
-
Cyanite85578y@badcopnodonuts
This post is old. I'm already very far into the development of the Java version of the game. You can download it at:
https://github.com/TheCyaniteProjec... -
Commenting bc I'm really interested to play this game once you sort the bugs out!
-
Cyanite85578y@DRSDavidSoft
Let me clear some things up.
This version of the game is no longer being developed.
The game is being rebuilt in Java.
You can download the game using the link in my comment above, or message me on Telegram (@TheCyaniteProject) and say "I want to participate in the itch.io testing." to get a key to download the game from the http://itch.io game store.
The Java version is not as far along as the old Python vetsion, but it's alot prettier to look at, and I think it will be alot better in the end.
Here's a WIP screen shot:
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
-
tommy15Right now someone at Google is coding something useless for us to laugh at on April Fools.
Okay, so get this..
1. I made a hacking simulator in Python2.7
2. I am relatively 6-8k lines in, ready to release EA ALPHA-1.0.0
3. I try to do a test build, and am flooded with errors.
4. I do research into the errors, and apparentally I coded my game in a way that makes it imposible to compile, and have to start over
5. Rages, Crys, and downloads this app.
undefined
fml
errors everywhere
python
crying a little