Ok so here are the source files so you can compile the program for every platform. You will need a c++ compiler and an IDE (though the command line will do just fine.)
On linux you can extract the archive and open a terminal inside the extracted folder, then paste this in the terminal:
g++ -o ...
Search found 7 matches
- Fri Feb 19, 2016 12:59 pm
- Forum: Games
- Topic: Points Game
- Replies: 3
- Views: 3179
- Fri Feb 19, 2016 10:55 am
- Forum: Games
- Topic: Points Game
- Replies: 3
- Views: 3179
Re: Points Game
If you want people to be able to run it on Windows and Mac you'll need to recompile, yeah. Or provide the source for them to recompile themselves.
Mac expects Mach-O binaries rather than the ELF binaries linux uses so it needs recompiling. Windows obviously have their own format, it's called PE.
If ...
Mac expects Mach-O binaries rather than the ELF binaries linux uses so it needs recompiling. Windows obviously have their own format, it's called PE.
If ...
- Thu Feb 18, 2016 8:32 pm
- Forum: Games
- Topic: Points Game
- Replies: 3
- Views: 3179
Points Game
Definitely not for computer newbies. At least on windows (for now, sorry).
So I've been working on a tease and denial project myself, but as it got bigger and bigger, it really got out of hand to the point it was impossible for me to manage. So I just brought it to the initial idea and me and my ...
So I've been working on a tease and denial project myself, but as it got bigger and bigger, it really got out of hand to the point it was impossible for me to manage. So I just brought it to the initial idea and me and my ...
- Wed Feb 03, 2016 4:06 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 925690
Re: Tease AI Open Beta
I've been following this thread lately again and I really want to contribute to the rewriting of the project. I have experience mostly in C/C++ (5 years), but I know quite a bit of Java too. If you can point me to the code and other developers I would be very glad to help. I've coded C# before, but ...
- Mon Jul 20, 2015 12:35 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 925690
Re: Tease AI Open Beta
I also think it is better to wait another 60 days and then see what we have to do. If 1885 does not come back (please come back :-( ) I think recoding would be a much better solution. From my limited experience I know that java would be a great choice; plus our brothers from Mac and Linux would be ...
- Sat Jul 18, 2015 12:20 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 925690
Re: Tease AI Open Beta
IGNORE THIS POST
Another thing that concerns me is leagality? If we can take the code from the actual program are we stealing it? Doesn't 1885 has some rights for the program? Again I am not really an expert on those things
Another thing that concerns me is leagality? If we can take the code from the actual program are we stealing it? Doesn't 1885 has some rights for the program? Again I am not really an expert on those things
- Sat Jul 18, 2015 7:15 am
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 925690
Re: Tease AI Open Beta
I am not sure if what I did is of any use to you guys, but I found that you can decompile (or at least some parts...I did'n try to decompile it all) the program using JetBrains dotPick. I am no professional programmer so I don't know if you can use it. :wave:
I can also help with some minor coding ...
I can also help with some minor coding ...
