Question:

What is a good software to use in creating algorithms for pc games development?

by  |  earlier

0 LIKES UnLike

What is a good software to use in creating algorithms for pc games development?

 Tags:

   Report

1 ANSWERS


  1. I think you are misusing the word algorithm.  You can write an algorithm on a piece of paper with non-coding words.  All an algorithm is, is the logic behind an action.

    If I wanted to know how many times a certain letter appeared in a word, my algorithm could look something like this:

    get certain letter

    get word

    for each letter in word

    compare the letter to the certain letter to see if they match

    if they do match, increase the count by one

    always continue to next letter

    If you are looking for resources on how to write pc games, I have used a site: www.cppgameprogramming.com.  It is pretty comprehensive and easy to understand

    good luck

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.