Jump to content

crotanite

Programmer
  • Posts

    44
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by crotanite

  1. Its definitely got that old school vibe down well, you've done a really good job there! In terms of your markup (the HTML you've written), a couple of points: * Some of the elements you've used are in unusual places and are duplicated for some reason(??), not sure what's going on there, but provided a simple example below to show what I mean for how it should be laid out. <html> <head> <title>title</title> <meta /> <link /> </head> <body> <div>content</div> <script src /> </body> </html> * I would maybe suggest changing the header image so the whole thing isn't a fixed image, but just the center bit is, then do the side pieces as <div> so you can easily add content into them. Plus if you want to change up the navigation later, having to change some <div>s is a lot easier than image manipulation each time! * Maybe make it so that when you click the banner you go back to the index page, cause right now there's no way back. Hope these few things help, if you need some assistance with css for the layout feel free to ask and I'll see what I can do 🙂
  2. Got my pumpkin carved saturday. On sunday I made roasted pumpkin seeds, and pumpkin and peanut butter dog treats. The pumpkin seeds actually tasted pretty good, I've never had them before, I did them with garlic and salt but really I wished I just did salt. They sort of taste like popcorn... kind of, they have the texture of it, so I think just salt would have tasted better. My dog loves the dog treats, and I managed to get a load of them so she's going to be happy for a while!
  3. Update 14th August 22: Position has been filled. Full Job Posting: https://coda.io/@archwardens/base-concept-artist I am looking to hire an artist to help me figure out if the idea I have for a breeding system could work. The posting above explains things better, but it may be a little confusing and I am not certain if I explained things well enough, so if anyone has any questions feel free to ask and can expand where needed.
  4. This looks like a very impressive project! You've all definitely put a lot of work into it, and it shows through wonderfully. Good luck, I look forward to seeing future updates.
  5. At the moment I check wolvden daily and thats about it. Even then I'm not massively invested in the game, or really any others at the moment. I sometimes check FlightRising and Dappervolk, but only for a few minutes tops.
  6. 1. A database table can handle millions of rows easily. 2. Proper indexing will also help any potential slow down when fetching data. I will also add on, that if you are the developer, you can just... not allow a user to have 50k pets ? If there is a worry about table size, you could just limit the max number of pets a user can have.
  7. So I've been kind of sitting back and watching on the forums for a while, back on VPL and here too. Recently I finished up my game idea and began pushing to build it. The problem is: most games I see have at least two people who are working together to build the game. Usually this consists of a programmer and an artist but it sometimes varies. While I have been doing okay on my own I would really like other team members to bounce ideas off and help me out. I'm thinking more along the lines of co-owners if that makes sense. So my question is: how did you get other team members? Any tips for maybe getting a co-owner? etc.
  8. Notifications have now been added to the site! Users will receive a short pop-up in the lower left hand corner of the screen, then can navigate to the Notifications tab to read it in full. All notifications are sorted into specific categories and stack when there is more than 1 in a category. Clicking on the notification will take you to the corresponding page as well as remove the notification, or you can simply use the Clear All button. View full news
  9. Bookmarks have been fully added to the site. Users can add a new bookmark by navigating to the #bookmark tab in the sidebar, then clicking the Add button. On the full bookmarks view, users can add groups and reorganize their bookmarks as needed. View full news
  10. Currently in Development http://discord.me/archwardens A Public version of the Game Design Document is available for viewing on the Discord. We are also currently running an Invite competition, prizes include Alpha/Beta codes for future access. GAME DESCRIPTION WIP View full game
  11. Should staff members (such as Moderators) have an account they use for personal-use and then a separate account for staff use? Examples: Lioden doesn't require staff to have a separate account. Furvilla allows staff members to have a separate account (usually prefixed such as MOD-Username).
  12. @HappyDemon I've recently been using this setup (Laravel application; Lumen API) for a project I'm working on. Lumen is setup to easily allow you to use Facades and Eloquent right from the get-go simply by uncommenting a couple of lines. The only problem I had was using Passport for authentication and integrating it with my application and my API: such as having authentication persist even on page refresh, setting the Authorization header, using Pusher in my application which requires the user to be authenticated through the auth facade. But as an overall framework, Lumen works great.
  13. Ghost Version: Alpha Status: In-Development Website: Github Repository A Content Management System designed to allow owners to create a simple pet site without any coding knowledge; as well as allowing developers to create plugins and themes. This thread will be kept up-to-date with any big updates/news as and when required. Ghost is currently NOT ready to be used to create a pet site and will likely have a number of bugs, so beware if downloading from the repository. Update #1: Below is a screenshot of the 'Create New Pet' page in the admin area. The colors input is actually a simple plugin for the site to test and showcase what plugins can do.
  14. Unfortunately I don't have a PS4 so won't be playing it - but woah that game was my childhood. I watched a couple of YouTubers play Uncharted 4 and I wish I could explain the squeal of excitement that I made when Nate played this game. It was a ridiculous level of nostalgic excitement.
  15. For me it was a little game called Theme Hospital. Man I must have played through that game more than a dozen times.
  16. Twitter: https://twitter.com/Imagine17Dev Used for development updates etc. Still fairly new.
  17. Added some documentation for creating menus in themes for Ghost: http://imagine17.com/projects/ghost/menus/
  18. Halloween (this is halloween....halloween...)
×
×
  • Create New...