+15 votes
857 views
in Technology by
by
C++, but try Unity, it's free game engine and has many tutorials



15 Answers

+1 vote
by (26.4k points)

You can make games on https://editor.wickeditor.com 

The site is designed for both animating and making games, the site even has it's own programming language which takes a bit of getting used to. I am still learning how to use the code and as I usually do animations I usually only use it for sounds. There are some categories in the code editor window that when select there are multiple actions to click on and it will put them in for you so you will just have to fill in a specific point and put a ';' at the end of that command. You can set multiple scripts for a frame or item. 

The site works best on a laptop or desktop PC. 

+1 vote
by (1.0k points)
Javascript, HTML, scratch, or CSS
+1 vote
by
Javascript and java are good options.
+2 votes
by (590 points)
There are like a ton of different programming languages for making games.

If you want to easily make a game where the backend isn't very complicated, use Scratch. Scratch is easy to learn, although it's slow.

If you want to make an amazing game that's fast but is incredibly hard to make, use things like Unity. Or Cocos2dx. Or make a web game with HTML, CSS, and JavaScript.
+1 vote
by (1.1k points)

The best one for making games is Python. Go to this site to learn:

https://www.learnpython.org/

+2 votes
by (1.34m points)

I do not use scratch. I code games. Here is a code for web search:

<form autocomplete="off" action='/search-results.html' id='search-form' method='get' target='_top'>
  <input id='search-text' name='q' placeholder= "Search Lickety!" type='text'/>
  <button id='search-button' type='submit'>
  <span>Search</span>
  </button>
  </form>
  </div>
  <style>
  #search-box {
  position: relative;
  width: 100%;
  margin: 0;
  }
   
  #search-form
  {
  height: 40px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  }
   
  #search-text
  {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
  }
   
  #search-box input[type="text"]
  {
  width: 90%;
  padding: 11px 0 12px 1em;
  color: #333;
  outline: none;
  }
   
  #search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 80px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color:#2B60DE;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  }
  </style></div>
   
by (26.4k points)
HTML
+2 votes
by

Echo Hello World

It works for me

And also French , dutch and Italian are not PROGRAMING languages.

+2 votes
by

I would recommend Java or Python with the library PyGamewink

+3 votes
by (134k points)
JavaScript is best in my opinion
+2 votes
by (90.2k points)
German and Swiss.



Related questions

+8 votes
11 answers 448 views
+8 votes
3 answers 343 views
asked Dec 3, 2018 in Technology by AlbiSeli (800 points)
+3 votes
4 answers 159 views
+4 votes
1 answer 49 views
+6 votes
3 answers 112 views
asked Oct 31, 2022 in Technology by Esie (146k points)
+5 votes
5 answers 101 views
+9 votes
8 answers 401 views
+5 votes
1 answer 88 views
+4 votes
1 answer 75 views
+4 votes
1 answer 171 views
+5 votes
0 answers 82 views
+2 votes
2 answers 51 views
+7 votes
8 answers 203 views
+4 votes
11 answers 563 views
asked Apr 9, 2021 in Other by TomBoyFoxGrl (13.6k points)
+6 votes
4 answers 176 views

Recent Badges

Popular Question
Asked question received 100 views
- GravityCentered -
Nice Comment
Comment received +2 upvote
- ThatOneRainbowWorm -
Nice Answer
Answer received +2 upvote
- Athena_Kid -
Notable Question
Asked question received 50 views
- lori! -
Popular Question
Asked question received 100 views
- SuperCat -
...