-3

Hi im insure about functional and non functional requirements, are these correct ?

FUNCTIONAL:

Player Creates account.

Player Chooses Region.

Player Chooses Player type.

Player TypeA/Player Typeb Views Game statistics.

Player TypeA Views opponent List.

Player TypeA/Player Typeb Selects Target/Assassin From Job List.

Player TypeA/Player Typeb Views opponent Map.

Player TypeA views weapons.

Player TypeA equips weapon .

Player TypeA Shoots weapon; compute hit probability.

Combat opponents player is hit; opponent eliminated Player TypeA receives points.

Player TypeA/Player Typeb sends message.

Player Typeb views target history.

This program requires a gps connection is this a functional requirement ?

Non-Functional: ?????

Thanks in advance

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
RY4N
  • 1,080
  • 3
  • 14
  • 31
  • 'Requires a GPS connection' is more like a non-functional requirement. The code isn't going to magically provide GPS. – Jonathan Leffler Dec 21 '14 at 18:01
  • Closely related to [Are these non-functional requirements correct?](http://stackoverflow.com/questions/4447659/are-these-non-functional-requirements-correct), but not a direct duplicate. – Jonathan Leffler Jan 12 '15 at 16:28
  • 1
    I’m voting to close this question because it is not related to programming – Vadim Kotov Jun 10 '21 at 11:23

1 Answers1

0

Urby, as written, this seems more like a Use Case.

Ta01
  • 31,040
  • 13
  • 70
  • 99
  • Take a look at this, look how Joel handles a sample app - may put you on the right track, there are multiple parts so make sure you read them all, its well worth it - http://www.joelonsoftware.com/articles/fog0000000036.html – Ta01 Dec 13 '10 at 01:28
  • I'm kinda pressed for time(otherwise I would), im late with my dissertation O_o. I haz no time :(, and yeah i pulled this from use cases ive made lol thought that was what functional requirements were all about – RY4N Dec 13 '10 at 01:34
  • ah ok im reading sommerville(2007) I'm gathering i basicly need more description and english .....bah. – RY4N Dec 13 '10 at 01:55