Thursday, 11 September 2014

How to Make Online Games

Ever played an online game and thought, "I wish I could make one of these, I have some great ideas"? You used to have to learn how to code in ActionScript 3, the language that powers Flash. Thanks to some game building programs, however, coding experience is a requirement of the past. You can create fun, deep games by manipulating objects and logic, without ever touching a line of code.
.
  1. Draw some sketches. Draw a basic layout of what you want the screens to look like. These don't have to be very detailed, but you should at least have an idea about where the various elements will be placed on the screen. These will be incredibly useful later when you start building the interface for your game.
  2. 3
    Choose a method for creating your game. Traditionally, you would need to learn how to code in ActionScript 3 in order to create Flash games. While you can still do that, there are programs available that can make game creation much easier to learn that require no coding experience. Some of the most popular options for making games include:
    • Stencyl - This is a newer tool that allows you to build games using objects and logic scripts. These games can then be converted into Flash projects and uploaded to any website that supports Flash games.
    • Construct 2 - As Flash gets older, it has started to be replaced by other means of creating games. One of the newest ways to create an online game is to use HTML5. Normally this requires a lot of coding knowledge, but Construct 2 allows you to create games using objects and scripting, much like Stencyl.
    • Flash Builder - This is the traditional method for creating Flash games. This requires a fair amount of ActionScript knowledge, but it is one of the easier languages to learn the basics of. Flash Builder costs money, but you can use the open-source FlashDevelop program to get most of the same functionality.

Part 2 of 3: Using Stencyl

  1. 1
    Download and install Stencyl. Stencyl is a game creation program that doesn't require any coding knowledge. Instead, you can use a variety of logic tools to manipulate objects in the game.
    • Stencyl can be used for free if you only want to publish your game online. The free version will have a Stencyl logo appear at the beginning. If you get the paid version, you can publish to other platforms.
  2. 2
    Create your new game. When you start Stencyl, you will be shown a list of your games. There will be several example games on the list that you can look at to see how they work. To start working on your own game, click the box with the dotted line labeled "Click here to create new Game".
  3. 3
    Select a kit. There are several kits that contain premade assets and objects that can help you get your game up and running quickly. Select a kit if you'd like, or select "Blank Game" if you plan on making your own.
    • You can download kits that other users have made online.
  4. 4
    Enter your game info. Before you start creating your game, you'll need to enter a few pieces of information.
    • Name - This is the name of your game. You can change this later to whatever you'd like.
    • Screen size - This is size of your game screen, and is very important as it will affect the art that you use. Since people will most likely be playing your game within their web browser, the screen size doesn't have to be very big. Try Width: 640 px Height: 480 px. This is a good size to get started with.
  5. 5
    Get familiar with the layout. When you first load your new game, you will be taken to the Dashboard. This is where you can see all of the scenes for your game and access any resources. You can also change your game settings from here. You will be spending most of your time working in the Dashboard.
    • Scenes - This is the main window of the Dashboard, and shows the actual game and all the assets. Your game will be a collection of scenes.
    • Resources - This is the list of all the objects and assets in your game. it includes actors, backgrounds, fonts, scenes, logic, sounds, and tilesets. The resources are organized in a tree on the left side of the screen.
    • Settings - The Game and Settings options allow you to adjust how the mechanics of your game works, including controls, gravity, collisions, loading screens, and more.
  6. 6
    Customize an actor. An actor is any object that moves or can be interacted with in the game (player, enemy, doors, etc.). You will need to create an actor for each object in your game. To create an actor, click the "Actor Types" option in the Resources menu. Select the actor you want from the list (the list is determined by the kit you chose).
    • Assign the actor to a Group (Player, Enemy). This will help determine the collision properties of the actor. Select your actor to open the Actor Editor. Click the Properties tab, and then choose the appropriate group from the drop-down menu.
    • Add behaviors (jumping, stomping, walking). Behaviors are what allow your actor to perform actions. Click the Behaviors tab, and then click the "+ Add Behavior" button in the lower-left corner. Select a behavior (such as "Walking") from the list, and then click "Choose".
    • Set the controls. If you are creating a player character, then you'll probably want to allow the player to move it. When you add the Walking behavior, you will be taken to the Walking attributes screen. You can use the drop-down menus to choose what keys will move the actor left and right. You can assign animations as well if the kit you are using contains any.
    • You can add multiple behaviors to customize what an actor can do.
  7. 7
    Create a scene. The scene is what the player sees when playing the game. It is the background, as well as any objects and actors that are visible. To create a new scene, click the Scenes option in the Resources tree, and then click the dashed box. Give your new scene a name to continue.
    • Background - Your scene will be sized automatically, so you don't need to worry about that at the moment. You can choose to use a color as a background, which will have tiles placed over it. You can choose from a solid color or a gradient. Click "Create" when you're finished. This will open the Scene Designer.
    • Place tiles - The tileset included in your kit will be loaded on the right side of the window. Click the Pencil tool in the left menu, and then click the tile that you want to use. You can then place the tile onto your scene. Click and drag with the mouse to place multiple tiles.
    • Placing actors - Click the Actors tab above your tileset to switch to your available actors. You must have created them previously for them to appear in this list. Click the actor you want to place, and then click where on the scene you want it to appear. If you hold down  Shift, the actor will snap to the grid.
    • Adding gravity - Click the "Physics" tab at the top of the window, and then enter in a value into the "Gravity (Vertical)" field. Entering 85 will simulate real-world gravity.
  8. 8
    Test the game. After you've created a scene and placed some actors, you can test the game out. Click the "Test Game" button at the top of the screen to play what you have so far. You can use the keys you set when creating your actors to control your player character.
    • Find any aspects that don't work, and try to fix them. For example, are the enemies behaving correctly? Can you defeat your enemies? Are there are any platforms that are unreachable or chasms that can't be crossed? Return to to the relevant area of your game editor to fix any of the problems you find. This may take a little while, but the end result will be a much more fun and playable game.
  9. 9
    Add more. Now that you have a working, playable first scene, it's time to start building the whole game. Add more levels and challenges, and keep testing your additions to ensure that they're fun and working properly.
  10. 10
    Site Lock your game. If you are going to be uploading the game to a site that hosts Flash games, or uploading to your own site, you'll probably want to enable "Site Locking". This will prevent your game from being played if it's not on the allowed list of sites.
    • Open "Game Settings" from your "Resources" tree. Select the "Loader" section. Enter the sites that you want to allow into the "Site Lock" field, separated by a comma with no space. For example, newgrounds.com,kongregate.com.
    • While on this screen, enter your home page into the "Your Home Page" field, if you have one. This will let players who play your game get linked to your site.
  11. 11
    Export the game as Flash. Once you're satisfied with your game, you can export it into the Flash format. This will let you upload the game to a site that hosts Flash games, or to your own website. Click Publish select Web and then click Flash. Save the file to an easy-to-find location on your computer.
  12. 12
    Publish the game. Once you have your Flash (.SWF) file, you can upload it to the host of your choice. There are a variety of sites online that host Flash games, and some may even let you make money from ad revenue with your game. You can also upload your game to your own website, but you'll want to ensure that you have the bandwidth to cater to players if the game gets popular.
    • See this guide for uploading your game to your own web site.
    • If you want to upload your game to a site like Newgrounds or Kongregate, you will need to create an account and then go through the upload process for the site. The terms and conditions will vary from site to site.
    • If you want to publish your game to the Stencyl Arcade, you can do so from within the Stencyl Program. Click Publish select Stencyl and then click Arcade. The game will be automatically uploaded, so make sure you're happy with the name before doing this. Stencyl Arcade has an 8 MB file size limit.[1]


  1. 1
    Download and install Construct 2. This program allows you to create HTML5 games with very little coding. You will have to assign some variables, but this is all done through menus with no actual coding required.
    • Construct 2 is free, though some features are limited unless you upgrade. The free version cannot publish to any other platforms than HTML5.
  2. 2
    Create a new project. When you first start Construct 2, you will be greeted with a Welcome menu. Click "New Project" link to begin a new game. There are also a couple of included examples that you can use to see how basic games are created.
    • When creating a new project, you will be given a list of templates. For your first project, you'll probably want to start with an empty project. This will allow you to get a hang of the basics without templates getting in the way.
  3. 3
    Adjust your project settings. In the left frame of the project window, you will see a series of items in the Properties frame. You can use this to set your screen size and enter in your game and company information.
  4. 4
    Insert a background. Double-click the layout. Select "Tiled background" from the General section. Click on your layout to place the background. This will open the background editor. You will need to create your own using image editing software, or download textures from a variety of locations online.
    • Set background to the size of the layout. Do this by selecting the background object and changing the size in the Properties frame.
    • Change layer name and lock it. You'll want to lock the layer to prevent accidentally moving it while placing other objects. Click the "Layers" tab on the right side of the screen. Select the layer, and click the Pencil icon. Name the layer "Background", and then click the "Padlock" button to lock the background.
  5. 5
    Create a new layer. In the Layers tab, click the "+" button to create a new layer. Rename it to "Main". This will be the layer that most of your game objects reside on. Ensure that the Main layer is selected before continuing.
  6. 6
    Add inputs for your game. In Construct 2, your inputs will need to be added as objects to your game. They are invisible, and will enable keyboard and mouse use throughout the project.
    • Double-click your layout and select "Mouse" from the Input section. Do the same to insert the "Keyboard" object.
  7. 7
    Add objects. It's time to start adding some game objects to your layout. Double-click the layout and select "Sprite" from the General section. Use the crosshairs to choose where you want to place the sprite. The image editor will open, allowing you to either load anexisting sprite or create a new one.
    • When you select the sprites on your layout, the sprite's properties will load in the left frame. Change the sprite's name so that you can identify and refer to it easier.
  8. 8
    Add behaviors to your objects. To add a behavior, click the object you want to add a behavior full to select it. Click the "Add/edit" link in the Behaviors section of the Properties frame. A list of available behaviors will appear.
    • Behaviors are pre-configured pieces of logic that allow you to quickly add functionality to your objects. You can choose from a wide variety of premade behaviors that can perform a wide range of functions. For example, to make the floor solid, give it the "Solid" behavior. To move the player-character in eight directions, give it the "8 direction movement" behavior.
  9. 9
    Change behavior properties. You can edit existing behaviors to customize the the way your objects work. You can change the values to change the speed, direction, and other properties.
  10. 10
    Understand how events work. Events are a list of conditions, and are what drive the game. If conditions are met, event occurs. If conditions are not met, event doesn't occur. The event sheet is typically run around 60 times per second. Each time it runs is called a "tick".
  11. 11
    Create an event. Double-click in the blank Event sheet. A list of available objects will appear. Select the object that you want to create an event for, or you can create a System event.
    • Select when the action occurs. After selecting the object, you will be asked to select when the event should occur. This can be based on other events or at certain times. "Every tick" is always.
    • Add an action. You will be asked to select one of your objects. Choose from a list of actions. For example, if you are making a top-down shooter, and want the player's character to always be looking at the mouse, you would create a "Set angle toward position" action on every tick set to the Player object. When asked for the coordinates, enter "Mouse.X" for X and "Mouse.Y" for Y. This will keep the player's ship always pointed towards the cursor.
  12. 12
    Add more events and behaviors. These are the backbone of your game. Adding and tweaking behaviors and events will help you make a unique and fun game that people will be clamoring to play. Experiment with different events to try to get the exact game you want.
  13. 13
    Add some variables. There are two types of variables in Construct 2: instance variables and global variables. These allow you to set custom values for your objects and game, such as health, time limits, scores, and more.
    • Instance Variables - Instance variables are variables assigned to single objects. They are used for things such as enemy and player health. You can add instance variables after selecting an object by clicking the "Add / edit" link in the Variables section of the Properties frame. Give the variable a name that can be referred to in an event, as well as an initial value.
    • Global Variables - Global variables are variables assigned to the whole game. They are used for things such as the player score. To create a global variable, open the Event sheet and right-click on a blank space. Click "Add global variable", give it a name that can be referred to in an event, and then enter an initial value.
  14. 14
    Create an interface. When creating an interface, it's usually best to do so on a new layer. This is because the interface rarely moves or changes, so it's good to have it on a locked layer. In the Properties frame for the new layer, set "Parallax" to 0. This will keep the layer from scrolling when the screen does.
    • Use Text boxes and variables to create your interface. You can set your text boxes to display remaining health, score, ammo or anything else the player would need to see on a regular basis.
  15. 15
    Test and revise your game. Now that you've got some objects on the screen with events and behaviors, you can start testing and adding content. Click the "Play" button at the top of the screen to build and test the game. Make note of anything that didn't work, and try to fix it so that your game will be playable and fun.
  16. 16
    Export the game. If you're satisfied with your game, you can export it so that it can be uploaded to a website and played by anyone. To export the game, click the Filemenu and select Export. Save the project to a location that you can easily locate.

How to Host Your Own Website for Free

Free website hosting is a great option for a website with low traffic, such as a personal website. It's also great for those of us who aren’t tech savvy and just want a free and easy way to put information online. You don't have to let money or tech skills keep you from making the website you want to make.

Method 1 of 2: Free Third-Party Hosting

Below is a list of legitimate services, offering free website building and hosting. Most have a variety of professional themes to choose from or the option to customize a theme by changing colors, fonts, and images. Do an online search for specific advantages and limitations before deciding on the best option for you.
  • Pros of using the below services include:
    • Free hosting and support
    • Easy to set-up and manage
    • DIY tools
    • Professional looking templates/themes
    • Automatic backups
    • Built-in security features
  • Cons of using the below services include:
    • Advertisements on your website
    • Limited customization of templates/themes
    • You will not have your own domain name
    • Limited space and bandwidth
  1. Host Your Own Website for Free Step 1 Version 2.jpg
    1
    Wordpress: Wordpress isn’t just a blog. You can build and host an entire website for free, and there are many professional looking templates to choose from.
    Ad
  2. 2
    Weebly: Named one of TIME’s 50 Best Websites of 2007, Weebly is a drag-and-drop website builder. If you’re a visual person, this is a great choice for you.

    Host Your Own Website for Free Step 2 Version 2.jpg
    • Do an online search for Weebly to find the site.
      Host Your Own Website for Free Step 2Bullet1.jpg
    • Tour features and see if Weebly is a good match for your needs. Click the blue button at the bottom of the main page to begin.
      Host Your Own Website for Free Step 2Bullet2.jpg
    • Sign up with an email address and follow the directions to get started.
      Host Your Own Website for Free Step 2Bullet3 Version 2.jpg
  3. Host Your Own Website for Free Step 3 Version 2.jpg
    3
    Google Sites: Google Sites is another easy-to-use, free website builder and host. All you need to set it up is a Google account.
  4. Host Your Own Website for Free Step 4 Version 2.jpg
    4
    Other Web hosting services: Some hosting companies offer free hosting, in addition to their paid services. Do your research on the best service to use and keep in mind that your space and bandwidth will be limited.

Method 2 of 2: Hosting on Your Own Computer (Windows)

  1. Host Your Own Website for Free Step 5 Version 2.jpg
    1
    Make sure you're permitted to host a site on your ISP. Many internet service providers (ISPs) restrict users from doing so.
  2. 2
    Find out your IP address.

    • Open Start, click Run, type "cmd" (without quotes) and press OK.
      Host Your Own Website for Free Step 6Bullet1.jpg
    • Enter "ipconfig/all" (without quotes) and press Enter.

      Host Your Own Website for Free Step 6Bullet2 Version 2.jpg
    • Write down the shown IP address, subnet mask, default gateway and DNS servers. You will need them later.
      Host Your Own Website for Free Step 6Bullet3 Version 2.jpg
  3. Host Your Own Website for Free Step 7 Version 2.jpg
    3
    Open the Network Connections folder.
  4. Host Your Own Website for Free Step 8 Version 2.jpg
    4
    Right click the internet connection you use.
  5. Host Your Own Website for Free Step 9 Version 2.jpg
    5
    Select properties.
  6. 6
    Scroll through that menu until you see Internet protocol. Highlight it and click properties. Keep the command prompt window open.

    Host Your Own Website for Free Step 10 Version 2.jpg
  7. Host Your Own Website for Free Step 11 Version 2.jpg
    7
    Click "use the following IP address." If it is already checked, skip to the step where you return to the command prompt window.
  8. Host Your Own Website for Free Step 12 Version 2.jpg
    8
    Enter the info you copied down. The last digit of the IP address should be different than the one you copied down. Click OK.
    • If you get a message saying IP address is already in the network, choose a different last number.
  9. 9
    Go back to command prompt. Type in: "ping www.yahoo.com" (without quotes).

    Host Your Own Website for Free Step 13 Version 2.jpg
    • If it came back as "Reply from 67.195.160.76" or something similar, you're good to go.
      Host Your Own Website for Free Step 13Bullet1.jpg
    • If it came back as "Request timed out," contact your internet service provider. Because this problem is the DNS servers, they will be able to tell you which DNS servers to use.
    • You have completed the first step which is to setup a static IP address. Please note: This usually requires a router to do. The reason being, you are just giving your router a static IP. If you do not have a router, you need to pay for a static IP from your ISP, or sign up for a free static DNS service.
  10. Host Your Own Website for Free Step 14 Version 2.jpg
    10
    Download Wampserver. Wampserver is good because it contains Apache and automatically configures itself.
    • Note: During installation it will ask for a server name. type "localhost" for the server name. You must type it exactly as shown here, but do not include the quotes. When asked for an email address, enter your email address.
  11. Host Your Own Website for Free Step 15.jpg
    11
    Create a folder in the www directory. Save the files for your site in that folder.
    • The address for your site will be: yourstaticipaddress/yourfolderinthewwwdirectory/. Except if you signed up for a static DNS service.
  12. Host Your Own Website for Free Step 16.jpg
    12
    Register a domain name and point it to the address to your site.

5 Best Platform To Create Mobile Website/Wapsite

Create Mobile Website/Wapsite
Website and blog are the only way to provide information or thought on internet. Internet is nothing with websites. As we use different type website, blogs while internet surfing in which some of are blogs, eCommerce websites, social media sites like  Facebook, twitter and other these all website are available in desktop view and even in mobile version. Desktop version is considers as Website and Mobile version mostly considered as WapSite. So these mobile wapsite are also popular and widely used on mobile phones.  Recently i also listed out some of the best platform to Create Free Instant Website and also for Free instant Business or personal Web Portfolio. So if are deciding to start your free mobile website but don't have any idea from to start, don't worry today i will share some platform where you can easily create free websites for mobiles.

Must Check:- Create Free Instant Personal Web Page or Portfolio

Must Check:- Create Free Instant Website Without Any Development Knowledge
 

#1 XtGem

XtGem-logo
Xtgem is the famous and best mobile site builder platform where you can easily create mobile website or forum. Xtgem provides best tools and features in their panel which includes domain parking, custom error pages, Style sheets, uploading files, downloading files, image tools, header tags, footer auto content and many more settings are providing by Xtgem to build a good looking mobile website. Xtgem having both plans free and paid. In free version they include ads but in paid all features are available like domain parking and ads free page view. Overall performance of Xtgem is good and it is trusted and famous platform by millions of users.

#2 Wen.Ru


Famous platform for wapsite. Wen.Ru is most widely used platform but the only problem for worldwide user is language. Wen.Ru is Russian based wapsite platform and free to use. You can easily translate website on Google Chrome so it make it easy to register and make your wapsite free. Wen.Ru site builder supports and edition of WML pages, color HTML and xHTML pages (WAP 2.0). You can also create images in JPG, PNG, GIF animation format. In Wen.Ru you don't need any special knowledge to use Site Builder and it is very easy to use WML and HTML designing and many other features.

#3 Wapka.Mobi


Another Free and famous platform to create free Mobile wapsite. Wapka.mobi is best platform for newbie to increase their development skills.Wapka provides full facilities in their site builder even you can design yourself by using HTML and CSS codes for designing. In wapka you can add Header, Footer, upload content, Edit category, Add items on Site and tools are also available like Debug tools, view source codes, Android app features and many more. Its easy to join Wapka.Mobi and setup you sub domain which you want.

#4 Octomobi (Paid)

If you are professional having website and also planning to make mobile version then Octomobi is great site builder. Octo is premium platform to create mobile website with amazing site builder features. Octomobi provides 17 Layout styles in which you can choose according to your choice. If you don't have development knowledge then don't worry octomobi having drag and drop features. You can also adjust logo, color styles and much more. Octomobi have Basic and custom plans in which basic having limited resources but custom is for advance usage.

#5 Onbile (Paid)


Onbile is mobile website development platform based on cloud computing. Onbile is best network to create professional mobile website and even eCommerce website for mobile. Onbile provides some best features which includes easy to understand control Panel, Design templates which are also responsive and change its view in vertical and horizontal. Website under onbile are in HTML+CSS including widgets and many other social media integration which help to design a best mobile website. Onbile offers plan in three different plan in which they offers Professional, eCommerce and Resellers according to requirements. 

I hope you find these networks best for mobile website and wapsite development. If you have any best network for mobile websites then must share it with us.