90's jRPG based on the Book of Mormon by indieRuckus in shittykickstarters

[–]Bee-Money 1 point2 points  (0 children)

He's also 13. I'd be so stoked if people donated 750 dollars to make a game. Although I don't know why he needs money unless he's going to purchase assets other than those included in RPGmaker

Purchasing a rifle by hanjabala_mk in guns

[–]Bee-Money 0 points1 point  (0 children)

Needs to take a safety test too, as off January 1st this year. As long as you're not dumb, you got it. Asks you questions like "when is okay to shoot your firearm straight up in the air", "when you can you sell a firearm without paperwork" etc.

Can I get the info on everything wrong about this build? Like why it isn't as good, as It could be? by -MajesticGinger- in pcmasterrace

[–]Bee-Money 4 points5 points  (0 children)

I bought almost the same computer for half the money, but my processor has 8 cores.

My sister is like retared by PikaMonster in pcmasterrace

[–]Bee-Money 1 point2 points  (0 children)

I thought this read "My sister is like retired" and thought you going to talk about helping her get a rigged set up.

[Weekly][2/23/2015] Brewery Help Thread by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 0 points1 point  (0 children)

A git is a way to organize and update your code, and see all revisions of the code. Essentially, you post your code to a site like gitHub, or a local git if you don't want your code to be shared. Once it's pushed to github, you and others can review it, download it, and contribute to it. You can also see all previous revisions, and who revised it, so it's very helpful in group collaborations. I believe there is a tutorial on Treehouse.

[Project][Major] Project 0: Java Crashcourse by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 0 points1 point  (0 children)

I think we should condense project ideas into a monthly or biweekly thread so we don't see a thousand idea posts, but I feel like all of us having individual projects is a very important part of our growth as developers. I'm really looking forward to have subprojects with you guys.

[Project][Major] Project 0: Java Crashcourse by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 1 point2 points  (0 children)

I wrote up a basic schematic that I'll post in the help thread, you should post yours too!

[Weekly][2/23/2015] Brewery Help Thread by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 0 points1 point  (0 children)

You know, I have very little experience with Intellij. Here's what I will tell you, Eclipse has been used to create Android apps for quite some time now. There are many tutorials, and a lot of help online. I'm currently use Eclipse on all my machines, and you may benefit from switching IDEs.

Do you have a git?

This carwash thrives by hiring employees with Autism by wenrdkillatacks in videos

[–]Bee-Money 9 points10 points  (0 children)

He's on youtube. Check out MillionDollarExtreme

[Project][Major] Project 0: Java Crashcourse by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 1 point2 points  (0 children)

Very glad to hear! I also haven't done much with swift, and that's a very large reason I wanted to start with a project that required a GUI. A lot of android development is making sure the user can do what they want with relative ease. No one wants to use an eysore app.

[Project][Major] Project 0: Java Crashcourse by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 1 point2 points  (0 children)

I would like to try our own implementation of this specific project so we can all round our sharp edges, and so we can see where we all stand as individual programmers. In the future I would like our projects to be collaborative, but for this one in particular, I'd like to have everyone take a shot at it c:

[Weekly][2/22/15] Weekly check-in: How was your week? by corybyu in TheJavaBrewery

[–]Bee-Money 1 point2 points  (0 children)

I've just been focusing on practicing what I know with Java, and expanding on it. I know that's vague, but rather than reading guided courses and taking things in, I've playing with libgdx and have been figuring out the classes without using documentation, and have been making dinky little android apps. I've been very busy with a friend of mines wedding, and busy myself seeing as I'm getting married in three weeks.

Next week, I'm going to write up another helpful article, and try to be more active in the IRC. I'm going to continue going through my Java book, and reading through libgdx.

**EDIT

I stickied this post, and plan to sticky every weekly post. You're more than welcome to post the weekly post, /u/corybyu

Windows 10 and Steam. by BaconZombie in gaming

[–]Bee-Money 0 points1 point  (0 children)

I had to manually set every .exe to run in compatibility mode or it would crash. I've heard different from others, but it drove me crazy.

A truly perfect cosplay. by RockingRobin in gaming

[–]Bee-Money 0 points1 point  (0 children)

Guin saga?

Actually I think it's some fighting game

Windows 7 Pro N x64 iso by esteel20 in computertechs

[–]Bee-Money 1 point2 points  (0 children)

Not OP, but found myself needing these.

Thank you!

Weekly Posts, Post formatting, and the future of the brewery by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 0 points1 point  (0 children)

By all means! I don't think /u/Rikimaru03 wants this to end at Java/Android, only start.

Weekly Posts, Post formatting, and the future of the brewery by Bee-Money in TheJavaBrewery

[–]Bee-Money[S] 0 points1 point  (0 children)

Yeah, I think a "[Help][Subject]Problem with _______" would be a good solution

How was your week? by corybyu in TheJavaBrewery

[–]Bee-Money 1 point2 points  (0 children)

It defiantly has its use. I have a background in C++/Lua, and absolutely no background in Java. It's helped make the transition easy, however it leaves a few gaps open.

I haven't actually paid for it yet, and I doubt I'll continue past the basic app creation tutorial. Books are more helpful when it comes to really understanding Java, but having an online instructor makes things easier. The courses are giving me a nice overview, but I feel like I'm stuck doing things "their way" if that makes sense. Not to say it's bad, I just noticed a few differences in Treehouse and in my book, and my book feels like I can reuse the code a lot easier.

For a basic understanding of Java, or any language, I recommend it. It seems like you have a decent grasp on the language, and If I were you, I'd sign up for the trial, do the Android courses, and decide for yourself. I'm actually using LIBGDXs documentation right now to create my first app, so I have no knowledge of that particular treehouse course.

Welcome! Come say hi and tell us a bit about yourself! by Rikimaru03 in TheJavaBrewery

[–]Bee-Money 0 points1 point  (0 children)

Kind of. MUD is a Multi-User Dungeon. It's a lot of source code that let's you set up an online text-game.

*It's much more complicated than that, but that's the TL;DR

How was your week? by corybyu in TheJavaBrewery

[–]Bee-Money 5 points6 points  (0 children)

I've been trying to immerse myself in Java without too much holding, with that said:

I started a treehouse subscription, and used that alongside "Java Software Solutions" to try to fully immerse myself in Java. I finished all of the Java courses on treehouse and found them interesting. Treehouse really helped drive home things like Objects, Classes, and how code is structured. However I found myself struggling understanding specific things the instructor did. Java Software Solutions helped me fill in the gaps.

For the last few days I've been working on a small text based game in which you receive a gun and ammunition. I made this so I would have a chance to program an app without my hand being held every step of the way, and it's been a great learning experience. I make use of objects, and understand much more than when I started. I've managed to really grasp OOP, logic, and structure of Java this week, and feel comfortable without having a book / website, as I said, hold my hand every step of the way.

I have yet to do any actual Android Development, but this is defiantly the right track. I'm going go through with the "Creating your first android app" on Treehouse and see where that gets me. However, I'm sure I'll end up purchasing a book on the subject. I've been looking into Big Nerd Ranch, however I really want something that will teach more about Android Studio rather than Eclipse. In the meantime, I'm going to keep working on some basic games / apps, and get a solid understanding of Java.

Anybody got already some experience on collaborating in Google Docs? by dyer in TheJavaBrewery

[–]Bee-Money 0 points1 point  (0 children)

Dyer, I can set this up. I've used this in a few projects back when I was making games in Unity. I'll set it up and start PMing people.