Search results

  1. B

    'Create Your Own Craetures' Game Idea (interest check)

    @Hare: Actually my website includes this feature already at least a portion of it. I allow any user to create a pet as long as they are logged in.
  2. B

    Donationboxes

    I have finally finished up the last of the donation box coding now users are able to transfer points to other users. The donation box is designed to only allow users to withdraw points upon reaching their donation goal. As a safety precaution the user has the ability to refund all the donors who...
  3. B

    What are working on this week in your game?

    @Digital: I would be happy to show it to you when it is done. :) In the meantime here is the code for My Movie Controller: class MoviesController < ApplicationController include MoviesHelper def index mode "index" end def show mode "show" end def new...
  4. B

    Video uploading

    Currently I am working on getting my user's the ability to upload video to my website. Its still relatively broken but the uploading portion does work only in the form view cache field. So I do know that part is working. Currently I have extremely unmodernized controllers as I haven't done any...
  5. B

    What are working on this week in your game?

    @Digital: Funny you should ask I am actually working on getting my first video uploaded to the local version of my website.
  6. B

    What are you currently experiencing during your game's development?

    @Hare: For me I have say a bit of frustration and excitement. What I do know of imagemagick is that is a bit of a tricky tool to get setup on Ruby on Rails. However once you do then you can change the size of an image. My recomendations is to make your images 200 by 200 for pets. At least 200 by...
  7. B

    Database error after adding premium currency

    @LuciBeingLuci So that is what it is. Why do users need premium pets and items?
  8. B

    Database error after adding premium currency

    @LuciBeingLuci What is phantom quartz?
  9. B

    Game pattern

    Now that I know which loop to use for the game why do people use this pattern? I am kind of confused as why input is separated from update and render in some cases and not combined. Any one can explain this to me? //This will be a working pong game. //It will feature a single paddle, one...
  10. B

    Game loops

    @Digital: There actually is a difference between b and c. If you put an if statement in the middle that sets a variable that is looked at the bottom then it will exit on that iteration. However if you use the while loop and an if statement is in the middle that sets a variable that is used in...
  11. B

    Database error after adding premium currency

    @LuciBeingLuci: Glad you were able to fix it on your own though. :) If you need any help feel free to pm me. :)
  12. B

    Game loops

    I am looking to understand which of these loops would work in a game loop design strategy. What are the advantages and disadvantages of each approach? //This will be a working pong game. //It will feature a single paddle, one ball, and three walls. //It will be played from the left. //The...
  13. B

    Database error after adding premium currency

    @LuciBeingLuci: Can you send me a copy of your sql tables as well as the attributes of each table? I think I can find the issue. However I will need some explaining of what each attribute does.
  14. B

    I did my dream site theme finally + A bootstrap theme for mobile users

    One of the issues with bootstrap code is it creates a bunch of garbage javascript just to get something up and running. It causes the forums code to bloat quite a bit compared to if you just did the coding yourself actually. CSS can provide  most things but it can be a bit tricky at first. My...
  15. B

    New Pet Feature: Colorscheme List

    The colorscheme list displays the various colors that the site has to offer. Each having a different type of set colors that are used. High contrast colors feature a dark background with light colors only at 3 bit rgb pallete. The default site color will change with each revision. Additional...
  16. B

    New Pet feature: Beta user

    Below we can see what appears to the very first demonstration of the beta user. The beta user is used for testing out the websites newest features and as such is kind of important especially for the early development process. On top of this music will be available specificially for the beta...
  17. B

    Blogs moved to from group club

    Does anyone know where all my blogs for duelingpets club moved to? I can't find them at the moment and the gameclub doesn't appear on my profile.
  18. B

    Not moving anymore

    @LuciBeingLuci: Another alternative would be digital ocean if your site requires ruby. I don't know about mysidia support on digital ocean, but ruby and php are supported though. It does require money though, it is pretty cheap for a server though.
  19. B

    Enchanted Soul

    @LuciBeingLuci: If you need any help with debuging coding issues on Enchanted souls I could certainly give it a look though. :) Plus I could use the experience in debugging.
  20. B

    Ghostbusters

    I never knew that Peter Venkman was the voice of Garfield the cat and that Ray Stans was the voice of Dontello. Did anyone else catch that while watching the show?
Back
Top