Posts

Showing posts from November, 2019

SRS (SYSTEM REQUIREMENT SPECIFICATION)

SRS (SYSTEM REQUIREMENT SPECIFICATION) FACEBOOK Definition - A SRS is a specification of the software system which provides complete and structured description of the system's requirement, behavior, interfaces, including all functional use cases and non-functional requirements. Let's us have a closer look at each of the section and subsection in the IEEE 830 standard for SRS and later develop a sample SRS for a problem statement. Section 1: Introduction This section broadly provides the background and lays the ground work of the software. It contains the following subsections. Purpose: It explains the main purpose and the intended audience of the SRS. Scope : It provides pointed brief description of the high-level functionality of the software and explains the broad goals of the intended software. Definition, Acronym/Abbreviation: It defines all the main terms and provides the acronyms used throughout the SRS References: All supporting documents ...

Advanced TIC TAC TOE game in JAVA

Image
ADVANCED TIC-TAC-TOE GAME  Here in this blog we are going to talk about the very classic vintage game TIC TAC TOE. It is a 2-player game. There is a 3*3 board game cells  where the player have to mark the position randomly  in the cells.  Here the entries made by two special sign-X and O. Difference from other tic-tac-toe game Very Attractive GUI Let the player to know about the turn. Replay button enables to clear all entries and make sure of the replay of the game Very easy coding  Very simple Programming Logic Future Scope           This game can be further extended and evolve with some new features in near future.           Till now enjoy game and beat your friends with your best logical moves. Development Procedures          This game is developed using the java swing and awt feature in NetBeans IDE. ScreenShots This is the initial S...