background preloader

Make Games!

Make Games!

The Spriters Resource | Main Page Baker Street: Roleplaying in the World of Sherlock Holmes by Fearlight Games Thank you everyone! Your pledges have made the Baker Street RPG possible. We really appreciate all of your support! We will be providing regular updates here on Kickstarter as well as on Facebook! Please follow Fearlight on Facebook for all the latest news! www.facebook.com/FearlightGames Additionally, for those of you that may not have been able to support the project here on Kickstarter, a new Fearlight Games website will be launching very soon. Intrepid investigators are asked by the stoic Dr. Baker Street is a Role Playing Game in which the players attempt to solve some of the most baffling crimes in history. Some of the unique features of Baker Street are The Sherlock Die, Investigation Scenes, Clue Cards, Social Status, and the Threat Meter. The Sherlock Die The Sherlock Die is a special die that is rolled with every roll in the game. An example roll using one of our laser engraved Sherlock Dice that has icons based on Sidney Paget artwork. Investigation Scenes Unlocked!

free game graphics It is once again time for a prototyping challenge! The rules are the same. You are an elite programmer that wants to make something fun without spending ten years in art school learning how to draw stick figures. I provide some easy-to-use graphics and an intriguing game design for you to riff upon. This time, we are tackling an ancient, yet still fascinating, genre that is long overdue resurrection: The God Game. Back in the day, there was a game call Populous where you played a god. I've divided the challenge up into two sections. Challenge Part I: Core MechanicsHave you ever experienced the simple joy of sorting your Legos? As with all mechanics, the written design is a starting point. The mapThe land starts out with randomly sorted PlanetCute prototyping tiles, piled up to five levels deep. There are several types of tiles: Basic tiles: There are a few basic tiles, grass, dirt, water.Rare tiles: Each basic tile has a rare analogue such as emerald, ruby or sapphire. take careDanc.

Prism Online - Development Blog So a few of you have expressed that our progress is slow, or that it looks like Prism has died. Au contraire! This is far from the truth. Yes, progress is slow, but we are in no way dead. What the issue has been is team size. Right now, our team is incredibly small, and while a few people taking some time off for school or other real life things wouldn't show in a large team, with our small team, a few people taking time off means that there are just that many fewer people working on the game. But there's some good news! So what can you do to help us? Anyway, we'd love to expand our team so tell us what you're good at!

Indie Resources On the 30th July 2014 the site got updated, restrutured and redesigned… however the update is still not finished and thus this new Indie Resources overview page is partly incomplete. In case you are missing something you can still check out the outdated old Indie Resources page until the update is complete. Thank you for your understanding. (Game Making Tools, Game Design, Postmortems, Programming, Project Management…) (Create/Download Graphics, Hire Graphic Designer…) (Create/Download Sound + Music, Hire Sound Designer/Musician/Voice Actor…) (Distribution of Game via Payment Processor, Digital Store, Free File Hoster…) (Starting & Running A Business, Game Revenue, Postmortems…) (released…but still unfinished. rest of the articles will be added in the next few days.)

How Gamesalad Can Help You Create Your Own Video Game This Austin company can turn almost anyone into a game developer. Gamesalad's Dan Treiman (far left), Tan Tran and Michael Agustin. It's one thing to post a few cute animal videos on YouTube or populate a Facebook page with photos and status updates. But it's something else to think that anyone can create video games. Or is it? Michael Agustin and friends Tan Tran and Daniel Treiman founded the company in 2007. They decided to move to Austin, a creative city with a low cost of living where their less-than-$20,000 self-funded startup capital would go further than in Silicon Valley. When they began to seek funding for their efforts, initially they came up empty. But the loose collection of attorneys, doctors and real estate investors just weren't "getting" the concept. Eventually, the tech-savvy crowd took notice--including Beau Laskey of Burbank, Calif., VC firm Steamboat Ventures, an affiliate of The Walt Disney Company. Like this article?

Human photo references and textures for artists - 3d.sk ROYALTY-FREE Licence guarantees that once you download the photos you can use them for any personal or commercial project as long as you wish without any additional payment. UPDATED DAILY Save thousands of dollars on human photo references every month. Gain access to a huge source of more than 354,125 photos updated 29 x per month. 4992 x 3360 PIXELS High resolution images with enough detail for the production of 3D characters for cinematic sequences as well as next generation game characters. Whether you work at Dreamworks or Playstation....3D.SK and their constantly expanding image library is essential to your texture pipe. Whether you are Steve Geisler or Paul Campion or a Gnomon student just starting out......3D.SK is absolutely essential. A big Thank You from the Playstation Family....your websites are truly visionary. Paul Fedor Lead Texture Artist Playstation Cinematics Lead Texure Artist Next-Gen Research and Development Team Commercial and Music Video Director

learnbyluke Here are some links to sprite websites, you can use the sprites in your games. If you know any good resource websites that aren't listed here, please send/show me the link so I can add it to this page. Game Maker This is one of the best free Game Making programs avaliable for PC. It allows you to easily create 2D games from scratch, the posibilities are endless. This software allows you to quite easily create basic 3D FPS games (Halo, COD, Killzone) It can be quite buggy and a bit frustrating at times but you can create some decent games. Ren'Py Visual Novel Engine Ren'Py is a free and cross-platform visual novel engine that helps you use words, pictures, and sounds to tell stories with the computer. Best Sprite Websites A great collection of game sprites, probally the best. Sprite Database for console games. guy kingdom) One of the best sites for sprites with a good search engine. Sprite Databases

Git and GitHub for Game Developers "I'm sure Git is great, but it looks complicated - I'll stick with my current workflow" is like saying "I'm sure IDEs like FlashDevelop and Sublime Text are great, but they look complicated - I'll stick with Notepad". Yeah, sure, there's a bit of a learning curve, and you can live without it, but it's foolish to. In this article, I'll explain why Git (and GitHub) is so great, and show you how to get started quickly and easily. Note: A lot of what I say here applies to other version control systems, like Subversion, as well, but Git is so popular that if you have a free choice I recommend that's what you go with. What Git Can Do For You Git has advantages for all game developers, whether working solo or in a team. Git Lets You Undo Any Changes You Make Arguably the main point of Git is that it can take a "snapshot" of your entire game's working directory whenever you ask, and you can revert back to any of those snapshots at any time. Git Lets You Comment Your Work, Not Just Your Code

Getting Started With HTML5 Game Development There are plenty of valid ways to create an HTML5 game, and quite a bit of material on the technical aspect of each, so for this article I’ll be giving more of a broad overview of HTML5 game development. How “HTML5” can be better than native, where to start with the development process, where to go when you’re stuck, and how to monetize and distribute games. Most of the audience here already sees the value in HTML5, but I want to re-iterate why you should be building an HTML5 game. If you are just targeting iOS for your game, write the game in Objective-C, the cons outweigh the benefits in that scenario… but if you want to build a game that works on a multitude of platforms, HTML5 is the way to go. Cross-Platform One of the more obvious advantages of HTML5 for games is that the games will work on any modern device. Unique Distribution Most HTML5 games that have been developed to this point are built in the same manner as Flash and native mobile games. Quicker Development Process js13kGames

Designing an RPG Inventory System That Fits: Echoes of Eternea It's time for me to put my Gil where my mouth is and start applying the design tips and guidelines outlined in my previous article to a real-world case study, where I use my own recommended processes to design an inventory system for the high-fantasy, nostalgic RPG Echoes of Eternea. As a reminder, in the previous segment, we discussed the most widely used RPG inventory systems, looking throughout at their perceived strengths and weaknesses. We then shifted gears to design, presenting preliminary questions you should ask yourself before committing to any one paradigm. By taking the time to evaluate which inventory system works best in your RPG, you'll have a much clearer picture of what direction, or combination of directions they should proceed in. Finally, I talked about how you, as a designer, can work to correct the inherent flaws of your chosen model. A Quick Recap The four most commonly used RPG inventory storage systems are: Echoes of Eternea Inventory Case Study (NB. 1. 2. 189. 3.

Related: