118
Cyanite
7y

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.

Comments
  • 8
    Welcome to devrant
  • 16
    @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
  • 16
    @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.
  • 7
    @kaqqao and also my re-write "fix" will introduce loading time's to that game.. *sighs*
  • 1
    What are you using to compile?
  • 2
  • 2
    @strang3quark If you know how to help, i would really appreciate it!
  • 10
    Python 2.7? God noooooooooooooooo
    Please move to 3.
  • 6
    @Cyanite release it for Linux users? Python is in the kernel!
  • 3
    @dzil123 yes, that.
  • 6
    Pleaassssss go to 3 :'(
  • 1
    @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?
  • 4
    @amsghwdp do you think people are willing to install python? The game is Minimal, this literally the first EA (pre?)ALPHA release.
  • 4
    @starless Sorry, alot of it depends on windows. I do plan on making it cross-plat later though.
  • 2
    @theothergod 3 seems so different x.x
  • 2
    @Cyanite I used py2exe to "compile" python software and it always worked for me
  • 3
    @strang3quark Will that work with Dynamic Imports (across multiple directories)? If not, I'm at square one still.
  • 1
    Welcome to debRant
  • 3
    @anekix You say that like i know nothing about Python. It's not that. I just know nothing about pyinstaller/py2exe/cx_freeze.
  • 3
    Relevant post to the game in question;

    https://www.devrant.io/rants/521079
  • 2
    @Cyanite I'd say a fair few devrant users will have systems with python pre-installed
  • 2
    What the hell did you do to get to 1000++ in 5days?
  • 5
    @tisaconundrum

    Idk.. If i had to guess, it's the second item in my aboutme.

    Or me getting everyone hyped over my game. ^~^
  • 2
    "ready to release ALPHA 1.0.0" that's the right attitude!!! 😂
  • 2
    This 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 :-)
  • 3
    @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..
  • 2
    @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. 👌🏼
  • 3
    @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...
  • 1
    Commenting bc I'm really interested to play this game once you sort the bugs out!
  • 4
    @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:
Add Comment