Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 844 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 844 Bytes

ABAP_conways_game_of_life

Implementation of Conways Game of Life in ABAP.

NW ABAP 7.50 required.

To start execute report ZCG_CONWAY_VIEW

Start screen

Then you can either execute turns manually (F8 or F9) or start simulation mode (Shift-F9). In simulation mode you can either use a SAPGUI timer (option GUI) or the modern approach with AMC, APC and websocket (option WS). Although the latter might not work in every environment. You can montior websocket connections with transactoin SMWS.

Init

After 10 turns

After 110 turns